diff options
author | Christian Breunig <christian@breunig.cc> | 2023-10-19 19:10:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 19:10:32 +0200 |
commit | 887855b14e06745a7c0ee9dd677b5203c5a1177b (patch) | |
tree | ff1db0499ff1961c08b2d2018daf781860a3fa35 /interface-definitions/include/firewall/ipv4-hook-output.xml.i | |
parent | 6116840936d3d47aa55cc127c52eedeacfa4198b (diff) | |
parent | 6582bbc0f431c34a3405039d971af878aa23971b (diff) | |
download | vyos-1x-887855b14e06745a7c0ee9dd677b5203c5a1177b.tar.gz vyos-1x-887855b14e06745a7c0ee9dd677b5203c5a1177b.zip |
Merge pull request #2344 from nicolas-fort/T5637
T5637: add new rule at the end of base chains for default-actions and log capabilities
Diffstat (limited to 'interface-definitions/include/firewall/ipv4-hook-output.xml.i')
-rw-r--r-- | interface-definitions/include/firewall/ipv4-hook-output.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/include/firewall/ipv4-hook-output.xml.i b/interface-definitions/include/firewall/ipv4-hook-output.xml.i index d50d1e93b..80c30cdeb 100644 --- a/interface-definitions/include/firewall/ipv4-hook-output.xml.i +++ b/interface-definitions/include/firewall/ipv4-hook-output.xml.i @@ -10,6 +10,7 @@ </properties> <children> #include <include/firewall/default-action-base-chains.xml.i> + #include <include/firewall/enable-default-log.xml.i> #include <include/generic-description.xml.i> <tagNode name="rule"> <properties> |