From b61b3819d2d2454096b867af4f06fa58a2335212 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 23 Sep 2018 17:31:23 +0200 Subject: [PATCH] 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 --- src/ppp/pppoe-server | 6 ------ 1 file changed, 6 deletions(-) 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" -- 2.47.3