Hi all,
I hope someone can help with this strange problem:
This one doesn't work
This one does work
Why can't I use the $int_if:network macro in the filter rules?
I hope someone can help with this strange problem:
Code:
pass out quick on $ext_if inet proto icmp from $int_if:network to any icmp-type {echorep, echoreq, timex, unreach}
This one doesn't work
Code:
pass out quick on $ext_if inet proto icmp from any to any icmp-type {echorep, echoreq, timex, unreach}
This one does work
Why can't I use the $int_if:network macro in the filter rules?