diff options
author | jack9603301 <jack9603301@163.com> | 2021-01-21 01:25:43 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-01-23 21:45:31 +0800 |
commit | 01e1759d16afbc9f95b64da76eee97fc06729dc8 (patch) | |
tree | e353598cefc88a0781f35044070cd92548c523a5 /interface-definitions/nat66.xml.in | |
parent | f58a41bccecd6765eb9bc376809197fd2fb36b0c (diff) | |
download | vyos-1x-01e1759d16afbc9f95b64da76eee97fc06729dc8.tar.gz vyos-1x-01e1759d16afbc9f95b64da76eee97fc06729dc8.zip |
nptv6: T2518: outbound_interface cannot be any, inbound_interface can be any
Diffstat (limited to 'interface-definitions/nat66.xml.in')
-rw-r--r-- | interface-definitions/nat66.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/nat66.xml.in b/interface-definitions/nat66.xml.in index 36b55f658..b56a76b4c 100644 --- a/interface-definitions/nat66.xml.in +++ b/interface-definitions/nat66.xml.in @@ -130,6 +130,7 @@ <properties> <help>Inbound interface of NAT traffic</help> <completionHelp> + <list>any</list> <script>${vyos_completion_dir}/list_interfaces.py</script> </completionHelp> </properties> |