]> git.ipfire.org Git - people/ms/network.git/commitdiff
pppoe-server: Remove line to enable kernel mode
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Sep 2018 15:31:23 +0000 (17:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Sep 2018 15:31:23 +0000 (17:31 +0200)
This is enabled anyways since it is the only mode
we are supporting right now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/ppp/pppoe-server

index 5c46a90d39560b7b8b53918d99aa1b3dab7b09c9..8be28f28f94147fbe0da7aacafebce869c857068 100644 (file)
@@ -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"