diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-14 11:12:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 11:12:54 +0100 |
commit | 8413e2f7609245444d3dd268091ad0ef3ee9a5b9 (patch) | |
tree | fe33df08f8e86baaddaf302837568b2c88d06015 /src | |
parent | 894a5d6daee5f785834a2f360d66eb9b8e112465 (diff) | |
parent | d9a08e109daacf2736bb599281ea049a3a385527 (diff) | |
download | vyos-1x-8413e2f7609245444d3dd268091ad0ef3ee9a5b9.tar.gz vyos-1x-8413e2f7609245444d3dd268091ad0ef3ee9a5b9.zip |
Merge pull request #772 from jack9603301/T2518
nat66: T2518: Modify the command line description of NAT/NAT66
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/nat66.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/nat66.py b/src/conf_mode/nat66.py index 86c27c77a..e2bd6417d 100755 --- a/src/conf_mode/nat66.py +++ b/src/conf_mode/nat66.py @@ -28,7 +28,6 @@ from vyos.util import cmd from vyos.util import check_kmod from vyos.util import dict_search from vyos.template import is_ipv6 -from vyos.template import is_ip_network from vyos.xml import defaults from vyos import ConfigError from vyos import airbag |