commit | 681b4d88ad8e5b67c34f4d0a40448efb94e2b227 | [log] [tgz] |
---|---|---|
author | Guillaume Nault <g.nault@alphalink.fr> | Wed Dec 02 16:27:39 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 03 15:12:54 2015 -0500 |
tree | 2cc08a0d7bccfc1d22ddd1f947a6147581db6612 | |
parent | c402293bd76fbc93e52ef8c0947ab81eea3ae019 [diff] |
pppox: use standard module auto-loading feature * Register PF_PPPOX with pppox module rather than with pppoe, so that pppoe doesn't get loaded for any PF_PPPOX socket. * Register PX_PROTO_* with standard MODULE_ALIAS_NET_PF_PROTO() instead of using pppox's own naming scheme. * While there, add auto-loading feature for pptp. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>