diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-22 08:16:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 08:16:57 +0200 |
commit | d702b781f472a370ecb8c5d6a45cf19505948f3c (patch) | |
tree | 02765b5971f4232475d6e174f85a383d888c939c /interface-definitions | |
parent | 202c1d15999175e745f762b6c349f458c82857b5 (diff) | |
parent | d3fb767da14edd510e29f7fc42fea11a90437330 (diff) | |
download | vyos-1x-d702b781f472a370ecb8c5d6a45cf19505948f3c.tar.gz vyos-1x-d702b781f472a370ecb8c5d6a45cf19505948f3c.zip |
Merge pull request #3495 from vyos/mergify/bp/sagitta/pr-3493
T6375: Fix/Update NAT logging (backport #3493)
Diffstat (limited to 'interface-definitions')
-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> |