What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ip6tables - bug?

coldwizard

Regular Contributor
I think there is a bug with ip6tables

These two add statements should produce the same result.

ip6tables -A INPUT -i ! br0 -p tcp --syn -j DROP

ip6tables -A INPUT -i ! br0 -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -j DROP

But if you look at the resulting flags with the following, they are different

ip6tables -nvL INPUT

I am running firmware 3.0.0.4.374.42_0 on a N66U

Can someone please confirm the difference or if is it fixed with current version of the firmware?

Thanks
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top