diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-16 11:06:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 11:06:27 +0100 |
commit | db8b115301d5476151e7d0910ba674a683683122 (patch) | |
tree | 8181127e90e5a8ca6e19a6b1af624acf56482eb4 /interface-definitions/system_ip.xml.in | |
parent | cefa21ae6425355cf22fbe5123b720c5881d9174 (diff) | |
parent | 42e83b8b2cca6ba73c2663629cf92b3b2b225898 (diff) | |
download | vyos-1x-db8b115301d5476151e7d0910ba674a683683122.tar.gz vyos-1x-db8b115301d5476151e7d0910ba674a683683122.zip |
Merge pull request #3017 from vyos/mergify/bp/sagitta/pr-3016
T6001: add option to disable next-hop-tracking resolve-via-default (backport #3016)
Diffstat (limited to 'interface-definitions/system_ip.xml.in')
-rw-r--r-- | interface-definitions/system_ip.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system_ip.xml.in b/interface-definitions/system_ip.xml.in index 6e3b7d5d0..015eb270f 100644 --- a/interface-definitions/system_ip.xml.in +++ b/interface-definitions/system_ip.xml.in @@ -48,6 +48,7 @@ </leafNode> </children> </node> + #include <include/system-ip-nht.xml.i> <node name="tcp"> <properties> <help>IPv4 TCP parameters</help> |