]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/ppp/pppoe-server
vlan: Rename tag to id
[people/ms/network.git] / 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"