diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-13 09:17:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-13 09:17:44 +0100 |
commit | ce6655a372b67dbf744e1301300bef7c81ab2cb8 (patch) | |
tree | 40205742efceb2af63cdba4faf164309f84f59b6 /net-dialup/rp-pppoe/files/pppoe-server.confd | |
parent | 0e968c4f90483490ac9579b6b2da60032ad311d9 (diff) |
net-dialup/rp-pppoe : import from gentoo, fix build
Diffstat (limited to 'net-dialup/rp-pppoe/files/pppoe-server.confd')
-rw-r--r-- | net-dialup/rp-pppoe/files/pppoe-server.confd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-dialup/rp-pppoe/files/pppoe-server.confd b/net-dialup/rp-pppoe/files/pppoe-server.confd new file mode 100644 index 00000000..bb5b2e90 --- /dev/null +++ b/net-dialup/rp-pppoe/files/pppoe-server.confd @@ -0,0 +1,10 @@ +#Multiple interfaces allowed. Example: PPPOE_INTERFACE="vlan10 -I vlan11 -I vlan12" and so on. +#Multiple interfaces allowed. Example: PPPOE_INTERFACE="vlan10 -I vlan11 -I vlan12" and so on. + +#PPPOE_INTERFACE=<interface name> +#AC_NAME=<AC Name> +#SERVICE_NAME=<Service Name> +#MAX_SESSIONS=<Max PPPoE Sessions> +#MAX_SESESSION_PER_MAC=<Max PPPoE Sessions per MAC> +#LOCAL_IP=<PPP Local IP Addr> +#OTHER_OPTIONS="-p /etc/ppp/ip-pools" |