Advertisement
casaper

Untitled

Jan 12th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # prevent neighbor solicitations and other low level ICMP messages from being 'marked', since
  2. # it seems to trigger a kernel bug that prevents them being sent on the correct interface
  3. ip6tables -t mangle -I OUTPUT 1 -o `nvram get wan_iface` -p icmpv6 \! --icmpv6-type echo-request -j RETURN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement