Hello
i try to make an acces control on my wdr4900 with Chaos Calmer 15.05.1.
i have used 2 solutions :
k-szuster/luci-access-control

and this rule in /etc/config/firewall

config rule
    option src 'lan'
    option dest '*'
    option src_mac 'XX:XX:XX:XX:XX:XX'
    option proto 'tcp udp'
    option start_time '20:30'
    option stop_time '07:30'
    option weekdays 'mon tue wed thu fri sat sun'
    option target 'REJECT'
    option name 'Access control'

but nothing works

firts solution cut internet only for new connection, if you have a download for exemple, this one continues, for a game tread too, a streaming ...

second solution dont works

i have try firewall restart of course.

does anyone have a working solution or hack

Thank you