diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-12-23 13:31:32 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2024-12-23 13:31:32 +0100 |
| commit | 020f217c2e4bfcff3cecb0b33c93af517775f4ae (patch) | |
| tree | 733e151c9ce6b0881cff6d93d1f687d853af0741 /interface-definitions/protocols_failover.xml.in | |
| parent | c9febcc4c53d0bce09ce6b62d6fba12ea017d3f1 (diff) | |
| download | vyos-1x-020f217c2e4bfcff3cecb0b33c93af517775f4ae.tar.gz vyos-1x-020f217c2e4bfcff3cecb0b33c93af517775f4ae.zip | |
xml: T5738: re-use XML building blocks for interfaces as much as possible
Change XML definitions to re-use already existing building blocks, or merge
two building block sinto one (e.g. static route interfaces).
Diffstat (limited to 'interface-definitions/protocols_failover.xml.in')
| -rw-r--r-- | interface-definitions/protocols_failover.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/protocols_failover.xml.in b/interface-definitions/protocols_failover.xml.in index f70975949..fae9be76a 100644 --- a/interface-definitions/protocols_failover.xml.in +++ b/interface-definitions/protocols_failover.xml.in @@ -110,7 +110,7 @@ </leafNode> </children> </node> - #include <include/static/static-route-interface.xml.i> + #include <include/generic-interface.xml.i> <leafNode name="metric"> <properties> <help>Route metric for this gateway</help> |
