Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-10 | conntrack: T4993: Fix comment for correct delete ignore rules | aapostoliuk | |
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" | |||
2012-09-10 | re-order src/dest rules if multiport used | Gaurav Sinha | |
2012-09-10 | 8325: do port check on negated protocol input | Gaurav Sinha | |
2012-09-04 | Fixing rule minimal checks, fixing tcp / udp checks | Gaurav Sinha | |
2012-08-29 | Fix 8308, use C version of vyatta-validate-type, also fixing handling ↵ | Gaurav Sinha | |
negation as per iptables in script | |||
2012-08-07 | Fixed protocols allowed script, use same as NAT, fixed protocol parsing | Gaurav Sinha | |
2012-08-07 | fix rule deletion and modification | Gaurav Sinha | |
2012-08-07 | fixing rule creation | Gaurav Sinha | |
2012-08-06 | Initial conntrack-ignore rule handling script. | Gaurav Sinha | |