From f155e941ea2e27197b64effd7247d6bad2f7d8da Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 22 Jun 2020 19:29:53 -0500 Subject: devel: script: Specify new 'pppoe' key --- devel/script/2_keys.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 021d22b..65dac44 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -396,6 +396,45 @@ netaddress eth0 198.51.100.37 24 198.51.100.1 +
+ <literal>pppoe</literal> + + Name + pppoe + + + Purpose + The pppoe key configures a PPPoE link on a specified interface. + + + Format + The pppoe key is a space-separated list of configuration information. The first item shall be the name of the Ethernet interface used to establish the link. Each additional item must be in the form key=value, where key is one of the following: + + mtu — The desired MTU of the interface. + username — The username to use for authentication. + password — The password/secret to use for authentication. + lcp-echo-interval — The number of seconds between echo-requests to ensure the connection is still functioning. + lcp-echo-failure — The number of failed echo-requests before the connection is determined to have a fault. + + + + + Default + If the pppoe key is not specified, no PPPoE link will be established. + + + Example + + + The <literal>pppoe</literal> Key + +pppoe eth0 mtu=9120 username=awilfox password=fuzzball lcp-echo-interval=15 lcp-echo-failure=3 + + This configures a PPPoE link on the interface eth0, with an MTU of 9120 and authentiation and LCP configuration as specified. + + + +
<literal>nameserver</literal> -- cgit v1.2.3-60-g2f50