diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-12-26 16:37:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 16:37:35 +0100 |
| commit | 214448b096cd8d8bf598b2defe82d6e418dd6df7 (patch) | |
| tree | 7ab61a9c6032344dca0742d1e8a1cfe6e774dabf /interface-definitions/include/static/static-route-interface.xml.i | |
| parent | 77d5b096bb91964b7abc9fc495f574333184edbf (diff) | |
| parent | 020f217c2e4bfcff3cecb0b33c93af517775f4ae (diff) | |
| download | vyos-1x-214448b096cd8d8bf598b2defe82d6e418dd6df7.tar.gz vyos-1x-214448b096cd8d8bf598b2defe82d6e418dd6df7.zip | |
Merge pull request #4251 from c-po/xml-cleanup
xml: T5738: re-use XML building blocks for interfaces as much as possible
Diffstat (limited to 'interface-definitions/include/static/static-route-interface.xml.i')
| -rw-r--r-- | interface-definitions/include/static/static-route-interface.xml.i | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/interface-definitions/include/static/static-route-interface.xml.i b/interface-definitions/include/static/static-route-interface.xml.i deleted file mode 100644 index cb5436847..000000000 --- a/interface-definitions/include/static/static-route-interface.xml.i +++ /dev/null @@ -1,17 +0,0 @@ -<!-- include start from static/static-route-interface.xml.i --> -<leafNode name="interface"> - <properties> - <help>Gateway interface name</help> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces</script> - </completionHelp> - <valueHelp> - <format>txt</format> - <description>Gateway interface name</description> - </valueHelp> - <constraint> - #include <include/constraint/interface-name.xml.i> - </constraint> - </properties> -</leafNode> -<!-- include end --> |
