Hi,
I have an ip firewall filter rule much like this:
1 ;;; accept gre for pptp
chain=input action=accept protocol=gre dst-address=192.0.2.12
I want to remove the dst-address constraint at the command line. I can set it to 0.0.0.0/0, which has the same effect, but that seems like a workaround.
Can anyone point me in the right direction?
Thanks,
==ml