From 680cc68948940df8bf5bd68bea016c3b87d6d531 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 23 Jun 2012 22:32:25 +0000 Subject: [PATCH] pppoe-server: Remove -k flag. Our version of rp-pppoe's pppoe-server does not support the userspace implementation. Therefore, kernel-mode PPPoE is enabled by default and the -k option is not present anymore. --- ppp/pppoe-server | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ppp/pppoe-server b/ppp/pppoe-server index a3bc9966..01538ba7 100644 --- a/ppp/pppoe-server +++ b/ppp/pppoe-server @@ -53,7 +53,10 @@ case "${action}" in pppoe_cmdline="${pppoe_cmdline} -I ${zone}" # Enable kernel-mode PPPoE. - pppoe_cmdline="${pppoe_cmdline} -k" + # (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