diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-02-02 10:20:33 +0000 |
---|---|---|
committer | sever-sever <v.gletenko@vyos.io> | 2021-02-02 10:20:33 +0000 |
commit | 3edaff512227f19ab5108c6175d13be07cd41fc9 (patch) | |
tree | 3ccad7328dc723d6b8a0362956f03da16b972746 /interface-definitions/include/static-route-disable.xml.i | |
parent | 40c4a14a6ff994c4b3a425b6f8aee2a6a4828201 (diff) | |
download | vyos-1x-3edaff512227f19ab5108c6175d13be07cd41fc9.tar.gz vyos-1x-3edaff512227f19ab5108c6175d13be07cd41fc9.zip |
conf-mode: T3280: Add XML for protocols static
Diffstat (limited to 'interface-definitions/include/static-route-disable.xml.i')
-rw-r--r-- | interface-definitions/include/static-route-disable.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/static-route-disable.xml.i b/interface-definitions/include/static-route-disable.xml.i new file mode 100644 index 000000000..100ca3cbf --- /dev/null +++ b/interface-definitions/include/static-route-disable.xml.i @@ -0,0 +1,8 @@ +<!-- included start from static-route-disable.xml.i.xml.i --> +<leafNode name="disable"> + <properties> + <help>Disable interface static route</help> + <valueless/> + </properties> +</leafNode> +<!-- included end --> |