diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-22 20:21:03 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-22 20:21:03 -0500 |
commit | 251ea4440f39b078796fb0bb8249f295a23054af (patch) | |
tree | 8448407d2a6601dea6c8cfd058e1539e4df733ac /devel/script | |
parent | 8b1517010db0046db28c247d40e186961e202985 (diff) | |
download | horizon-251ea4440f39b078796fb0bb8249f295a23054af.tar.gz horizon-251ea4440f39b078796fb0bb8249f295a23054af.tar.bz2 horizon-251ea4440f39b078796fb0bb8249f295a23054af.tar.xz horizon-251ea4440f39b078796fb0bb8249f295a23054af.zip |
devel: script: Clarify pppoe key behaviour
Diffstat (limited to 'devel/script')
-rw-r--r-- | devel/script/2_keys.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 65dac44..e67be7c 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -416,6 +416,7 @@ netaddress eth0 198.51.100.37 24 198.51.100.1 <listitem><para><literal>lcp-echo-interval</literal> — The number of seconds between echo-requests to ensure the connection is still functioning.</para></listitem> <listitem><para><literal>lcp-echo-failure</literal> — The number of failed echo-requests before the connection is determined to have a fault.</para></listitem> </orderedlist> + There shall be zero or one <literal>pppoe</literal> keys specified per interface. If an interface additionally has a <literal>netaddress</literal> specified for it, the <literal>netaddress</literal> configuration shall be ignored. </para> </formalpara> <formalpara id="pppoe.default"> |