diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-02 17:42:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-02 17:42:29 +0200 |
commit | ba0509379c5ca47e4a78fef920d14a52a46b8e82 (patch) | |
tree | 863b9c542d98a07515a964fc6e3c4677e141ea71 /interface-definitions/include/accel-lcp-echo-timeout.xml.i | |
parent | f7907fbdbbe21058694b1076028ea4c19b9045eb (diff) | |
download | vyos-1x-ba0509379c5ca47e4a78fef920d14a52a46b8e82.tar.gz vyos-1x-ba0509379c5ca47e4a78fef920d14a52a46b8e82.zip |
acces-ppp: T2953: drop redundant CLI definitions
Diffstat (limited to 'interface-definitions/include/accel-lcp-echo-timeout.xml.i')
-rw-r--r-- | interface-definitions/include/accel-lcp-echo-timeout.xml.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/interface-definitions/include/accel-lcp-echo-timeout.xml.i b/interface-definitions/include/accel-lcp-echo-timeout.xml.i new file mode 100644 index 000000000..888fa9d41 --- /dev/null +++ b/interface-definitions/include/accel-lcp-echo-timeout.xml.i @@ -0,0 +1,11 @@ +<!-- included start from accel-lcp-echo-timeout.xml.i --> +<leafNode name="lcp-echo-timeout"> + <properties> + <help>Timeout in seconds to wait for any peer activity. If this option specified it turns on adaptive lcp echo functionality and "lcp-echo-failure" is not used.</help> + <constraint> + <validator name="numeric" argument="--positive"/> + </constraint> + </properties> + <defaultValue>0</defaultValue> +</leafNode> +<!-- included end --> |