diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-12 11:50:07 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-12 11:50:07 +0200 |
commit | 149ea57f54e06a5158bd7108d7a017a98676d251 (patch) | |
tree | 0a2e3273c7cb668245382ecec6959bda72972f59 /interface-definitions/include/nat-outbound-interface.xml.i | |
parent | d9c7dfb1e7a8ad4a44b571e3d4b8d87ff3898678 (diff) | |
download | vyos-1x-149ea57f54e06a5158bd7108d7a017a98676d251.tar.gz vyos-1x-149ea57f54e06a5158bd7108d7a017a98676d251.zip |
nat: T2699: rename interface include
Diffstat (limited to 'interface-definitions/include/nat-outbound-interface.xml.i')
-rw-r--r-- | interface-definitions/include/nat-outbound-interface.xml.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/interface-definitions/include/nat-outbound-interface.xml.i b/interface-definitions/include/nat-outbound-interface.xml.i deleted file mode 100644 index d562f7f03..000000000 --- a/interface-definitions/include/nat-outbound-interface.xml.i +++ /dev/null @@ -1,8 +0,0 @@ -<leafNode name="outbound-interface"> - <properties> - <help>Outbound interface of NAT traffic</help> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces.py</script> - </completionHelp> - </properties> -</leafNode> |