diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-19 11:03:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 11:03:38 +0100 |
commit | 7b37b836db55a863ff6285e601909d1eb7d4a97a (patch) | |
tree | 5773b8ee1cbd04d65c8d27371aeb04ae67b6271c | |
parent | 0f04c1cd73fa40eee3761393db5183b2d9108309 (diff) | |
parent | bd53db9eb63b907a83336ccf8d179b46bf5d42d4 (diff) | |
download | vyos-1x-7b37b836db55a863ff6285e601909d1eb7d4a97a.tar.gz vyos-1x-7b37b836db55a863ff6285e601909d1eb7d4a97a.zip |
Merge pull request #1112 from srividya0208/T4070
T4070: natv4: Add "any" for inbound-interface list
-rw-r--r-- | interface-definitions/nat.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/nat.xml.in b/interface-definitions/nat.xml.in index 3cf3ba6aa..f79680947 100644 --- a/interface-definitions/nat.xml.in +++ b/interface-definitions/nat.xml.in @@ -18,6 +18,7 @@ <properties> <help>Inbound interface of NAT traffic</help> <completionHelp> + <list>any</list> <script>${vyos_completion_dir}/list_interfaces.py</script> </completionHelp> </properties> |