I have a chain called "wifi" where I filter who and when to get internet access.
on my first rule i have a matching action forward where I jump into the wifi chain.
there I implement some rules then I do return (I supposed to return to the next line after the jump)
but I am unable to see any match? Any help is appreciated
Code: Select all
1 chain=forward action=jump jump-target=wifi in-interface=all-wireless log=no log-prefix="wifi"
...
12 chain=wifi action=accept src-mac-address=00:22:5F:B4:B5:94
13 I ;;; inactive time
chain=wifi action=accept time=13h-14h,mon,tue,wed,thu,fri log=no
14 chain=wifi action=drop time=10h-23h59m,mon,tue,wed,thu,fri log=no
15 X chain=wifi action=return log=no