diff options
author | l0crian1 <ryan.claridge13@gmail.com> | 2024-05-21 09:35:29 -0400 |
---|---|---|
committer | l0crian1 <ryan.claridge13@gmail.com> | 2024-05-21 09:35:29 -0400 |
commit | 5cb9b84bd9ce909460d8da7f039d9371143ede6c (patch) | |
tree | 5efde43b02b7fd25748734b8e21ec7b75acf0330 /interface-definitions/nat.xml.in | |
parent | 9f55afc424b2c7cb885ea5b917e899141123de1c (diff) | |
download | vyos-1x-5cb9b84bd9ce909460d8da7f039d9371143ede6c.tar.gz vyos-1x-5cb9b84bd9ce909460d8da7f039d9371143ede6c.zip |
T6375: Fix/Update NAT logging
Fixed broken logging for "show log nat"
Added the following commands:
show log nat source
show log nat source rule <ruleNum>
show log nat destination nat
show log nat destination nat rule <ruleNum>
show log nat static
show log nat static rule <ruleNum>
Diffstat (limited to 'interface-definitions/nat.xml.in')
-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 0a639bd80..73a748137 100644 --- a/interface-definitions/nat.xml.in +++ b/interface-definitions/nat.xml.in @@ -141,6 +141,7 @@ </children> </node> #include <include/inbound-interface.xml.i> + #include <include/firewall/log.xml.i> <node name="translation"> <properties> <help>Translation address or prefix</help> |