nberlee / bonjour-reflector

A reflector that forwards mdns packets between VLANs - like avahi-reflector but with fine-grained control !
MIT License
70 stars 11 forks source link

what does this message mean ? #44

Open rapkin61 opened 11 months ago

rapkin61 commented 11 months ago

in the log of my RB3011 I see this message at container startup:

Unable to remove the hardware vlan filter (rx-vlan-filter): unsupported feature "rx-vlan-filter"

What does this mean? Everything seems to work properly

nberlee commented 10 months ago

You may safely ignore it. Its not relevant for Mikrotiks, only if you are using Linux machines with real NICs. Network cards have hardware vlan filters which needs to be disabled.

I have already fixed the unwanted error in a development branch. So when I have time I will merge that