i make a bridge with 1vlan and want to put filter for pass only pppoe discovery and pppoe sessions only from isp port
but the filter did not catch the pppoe data correctly and when activite the filter the isp stop
bridge ports:
add bridge=bridge1 disabled=yes interface=6-site1
add bridge=bridge1 hw=no interface=7-site2
add bridge=bridge1 hw=no interface=“9-site3”
add bridge=bridge1 hw=no interface=10-site4
add bridge=bridge1 hw=no interface=sfp1
add bridge=bridge1 disabled=yes interface=5-free
add bridge=bridge1 disabled=yes interface=1-free
add bridge=bridge1 disabled=yes interface=2-free
add bridge=bridge1 disabled=yes interface=3-free
add bridge=bridge1 disabled=yes interface=4-free
add bridge=bridge1 hw=no ingress-filtering=yes interface=8-isp pvid=13
vlan:
/interface bridge vlan
add bridge=bridge1 tagged=“10-sit4,9-site3,7-site2,sfp1,6-site1” untagged=8-isp
vlan-ids=13
filters:
/interface bridge filter
add action=accept chain=forward in-interface=8-isp mac-protocol=pppoe-discovery
add action=accept chain=forward mac-protocol=pppoe-discovery out-interface=8-isp
add action=accept chain=forward in-interface=8-isp mac-protocol=pppoe
add action=accept chain=forward mac-protocol=pppoe out-interface=8-isp
add action=drop chain=forward disabled=yes in-interface=8-isp
add action=drop chain=forward disabled=yes out-interface=8-isp
when activite this filter the isp stop