Please add the ability to define specific protocols to be accepted, such as Generic Route Encapsulation or gre (47) for VPN tunnels.
The following are examples of the iptables rules required in the aforementioned configurations:
Code: Select all
-A INPUT -p gre -j ACCEPT
-A OUTPUT -p gre -j ACCEPT
or
-A INPUT -p 47 -j ACCEPT
-A OUTPUT -p 47 -j ACCEPT
I appreciate your consideration of this feature request. Thank you!