]> git.ipfire.org Git - network.git/commitdiff
pppoe-server: Remove -k flag.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Jun 2012 22:32:25 +0000 (22:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Jun 2012 22:32:25 +0000 (22:32 +0000)
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

index a3bc9966790fbf7f7a0dcdcb40079264ba770915..01538ba7b3557737c1ad66d1e7d2eba66f7a3817 100644 (file)
@@ -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"