nberlee / bonjour-reflector

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

Enquiry: Multiple Interfaces? #45

Closed FreelancerJay closed 11 months ago

FreelancerJay commented 12 months ago

Hi, Just wondering if this will work with multiple interfaces each with a single subnet, or only with a single interface with multiple vlans? Thanks for your time!

nberlee commented 11 months ago

Only the latter I am afraid. It is really doing clever things with only changing a few fields and sending it again.. This is possible with vlan tags, but not when using multiple interfaces. (a full copy of the frame needs to be done then)

FreelancerJay commented 11 months ago

That makes sense, and it would definitely be the more common use case. I can adapt to make that work for me :-) thanks!