diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2023-02-10 15:38:05 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2023-02-10 15:38:05 +0200 |
commit | c8b015fe875f6cf6d6d1e09dd326af84d36dd3b7 (patch) | |
tree | 15086be8ee3a9bd354668c3f5911eb98dde4b7f6 /NEWS | |
parent | 32c13a7f5f36233d0834ac813eb66839457fdfc7 (diff) | |
download | vyatta-conntrack-c8b015fe875f6cf6d6d1e09dd326af84d36dd3b7.tar.gz vyatta-conntrack-c8b015fe875f6cf6d6d1e09dd326af84d36dd3b7.zip |
conntrack: T4993: Fix comment for correct delete ignore rules
For correct deleting rules iptables "comment" should be in
the end of the line
Incorrect:
-D VYATTA_CT_IGNORE -t raw -m comment --comment "ignore-10" -p udp
Correct:
-D VYATTA_CT_IGNORE -t raw -p udp -m comment --comment "ignore-10"
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions