diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-10 19:35:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 19:35:21 +0200 |
commit | f118452e4e14628cfacec147ae2192a5de9cb970 (patch) | |
tree | 8f3ada65a4c565374e17c252d08a3394a2eecdb5 /interface-definitions | |
parent | 50a5a29ae128795d718a3ed6878887d49544f54d (diff) | |
parent | d6108d6e0a14f32d7ee28df01b5a4fcd678acada (diff) | |
download | vyos-1x-f118452e4e14628cfacec147ae2192a5de9cb970.tar.gz vyos-1x-f118452e4e14628cfacec147ae2192a5de9cb970.zip |
Merge pull request #3621 from sever-sever/T6442
T6442: CGNAT add log for address allocation
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/nat_cgnat.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/nat_cgnat.xml.in b/interface-definitions/nat_cgnat.xml.in index fce5e655d..71f4d67b0 100644 --- a/interface-definitions/nat_cgnat.xml.in +++ b/interface-definitions/nat_cgnat.xml.in @@ -8,6 +8,12 @@ <priority>221</priority> </properties> <children> + <leafNode name="log-allocation"> + <properties> + <help>Log IP address and port allocation</help> + <valueless/> + </properties> + </leafNode> <node name="pool"> <properties> <help>External and internal pool parameters</help> |