diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-01 11:36:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-01 11:36:52 +0200 |
commit | c8bb32425965f89b5c112cd5bafc534db9785fae (patch) | |
tree | bcdf246c7948b746b8d666291e59eb2ca5645f65 /interface-definitions/nat.xml.in | |
parent | 72372b7631ccea0b809fa7eac7a906910867096d (diff) | |
download | vyos-1x-c8bb32425965f89b5c112cd5bafc534db9785fae.tar.gz vyos-1x-c8bb32425965f89b5c112cd5bafc534db9785fae.zip |
nat: T2198: no need to call "sudo" for owner
Diffstat (limited to 'interface-definitions/nat.xml.in')
-rw-r--r-- | interface-definitions/nat.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/nat.xml.in b/interface-definitions/nat.xml.in index a0b3b815b..7998bd660 100644 --- a/interface-definitions/nat.xml.in +++ b/interface-definitions/nat.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0"?> <interfaceDefinition> - <node name="nat" owner="sudo ${vyos_conf_scripts_dir}/nat.py"> + <node name="nat" owner="${vyos_conf_scripts_dir}/nat.py"> <properties> <help>Network Address Translation (NAT) parameters</help> <priority>220</priority> |