From: Michael Tremer Date: Sun, 23 Sep 2018 15:31:23 +0000 (+0200) Subject: pppoe-server: Remove line to enable kernel mode X-Git-Tag: 010~20 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=b61b3819d2d2454096b867af4f06fa58a2335212 pppoe-server: Remove line to enable kernel mode This is enabled anyways since it is the only mode we are supporting right now. Signed-off-by: Michael Tremer --- diff --git a/src/ppp/pppoe-server b/src/ppp/pppoe-server index 5c46a90d..8be28f28 100644 --- a/src/ppp/pppoe-server +++ b/src/ppp/pppoe-server @@ -55,12 +55,6 @@ case "${action}" in # Add the interface to listen to. pppoe_cmdline="${pppoe_cmdline} -I ${zone}" - # Enable kernel-mode PPPoE. - # (The version that is shipped with IPFire does not - # support the userspace implementation and therefore - # kernel-mode PPPoE is enabled by default). - #pppoe_cmdline="${pppoe_cmdline} -k" - # Randomize session IDs. pppoe_cmdline="${pppoe_cmdline} -r"