diff options
Diffstat (limited to 'sys/netgraph/ng_pppoe.c')
| -rw-r--r-- | sys/netgraph/ng_pppoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 062ab31296f0..fb379b39f00f 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -246,9 +246,9 @@ struct ether_header eh_prototype = ETHERTYPE_PPPOE_DISC}; #define PPPOE_KEEPSTANDARD -1 /* never switch to nonstandard mode */ -#define PPPOE_STANDARD 0 /* try standard mode (default) */ +#define PPPOE_STANDARD 0 /* try standard mode (dangerous!) */ #define PPPOE_NONSTANDARD 1 /* just be in nonstandard mode */ -static int pppoe_mode = PPPOE_STANDARD; +static int pppoe_mode = PPPOE_KEEPSTANDARD; static int ngpppoe_set_ethertype(SYSCTL_HANDLER_ARGS) |
