Nat table has different entries
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0bfb2a2d1f
commit
ce78bf8497
1 changed files with 3 additions and 2 deletions
|
@ -113,9 +113,10 @@ COMMIT
|
|||
|
||||
{% if nat_rules %}
|
||||
*nat
|
||||
:INPUT ACCEPT [0:0]
|
||||
:FORWARD ACCEPT [0:0]
|
||||
:PREROUTING ACCEPT [0:]
|
||||
:INPUT ACCEPT [0:]
|
||||
:OUTPUT ACCEPT [0:0]
|
||||
:POSTROUTING ACCEPT [0:0]
|
||||
|
||||
{% for rule in nat_rules %}
|
||||
{{ rule }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue