diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-21 21:30:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-21 21:30:43 +0200 |
commit | 6ae413b2ca10413b393a1343cbfb23126fa99a50 (patch) | |
tree | 1a91ce436fe9462b588342764ee7bef5652452d8 /interface-definitions/include/interface/no-default-route.xml.i | |
parent | 9fae51a905436dd28853556f78dbae89ea536057 (diff) | |
download | vyos-1x-6ae413b2ca10413b393a1343cbfb23126fa99a50.tar.gz vyos-1x-6ae413b2ca10413b393a1343cbfb23126fa99a50.zip |
xml: T4385: provide building blocks for default route configuration
Diffstat (limited to 'interface-definitions/include/interface/no-default-route.xml.i')
-rw-r--r-- | interface-definitions/include/interface/no-default-route.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/interface/no-default-route.xml.i b/interface-definitions/include/interface/no-default-route.xml.i new file mode 100644 index 000000000..307fcff1e --- /dev/null +++ b/interface-definitions/include/interface/no-default-route.xml.i @@ -0,0 +1,8 @@ +<!-- include start from interface/dhcp-options.xml.i --> +<leafNode name="no-default-route"> + <properties> + <help>Do not install default route to system</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |