diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-04-28 13:40:45 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2026-05-06 11:17:00 -0500 |
| commit | 110e1ad42a17d3229cc554060f20af0429c4c184 (patch) | |
| tree | fde48845f111de008fe877fa1e4033e19b550ff4 /interface-definitions | |
| parent | a9ea7cb5b80549f773ab80c4f6b6bfedb50cb3fc (diff) | |
| download | vyos-1x-110e1ad42a17d3229cc554060f20af0429c4c184.tar.gz vyos-1x-110e1ad42a17d3229cc554060f20af0429c4c184.zip | |
xml: T8467: remove unnecessary include, obscuring value help
The include is unnecessary, as the element is fully defined in the
subsequent lines. As node.def files are only populated on the first
instance, this leads to loss of the proper value help entries hence
completions.
Without these changes, for example:
vyos@vyos# set system conntrack ignore ipv4 rule 137 protocol
will not list 'all', 'tcp_udp', etc. as intended.
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/system_conntrack.xml.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/interface-definitions/system_conntrack.xml.in b/interface-definitions/system_conntrack.xml.in index 92c4d24cf..733a4a4b8 100644 --- a/interface-definitions/system_conntrack.xml.in +++ b/interface-definitions/system_conntrack.xml.in @@ -84,7 +84,6 @@ </completionHelp> </properties> </leafNode> - #include <include/ip-protocol.xml.i> <leafNode name="protocol"> <properties> <help>Protocol to match (protocol name, number, or "all")</help> @@ -170,7 +169,6 @@ </completionHelp> </properties> </leafNode> - #include <include/ip-protocol.xml.i> <leafNode name="protocol"> <properties> <help>Protocol to match (protocol name, number, or "all")</help> |
