freifunk-gluon / l3roamd

BSD 2-Clause "Simplified" License
12 stars 6 forks source link

Allow to run multiple l3roamd instances #36

Closed ohrensessel closed 6 years ago

ohrensessel commented 6 years ago

For a setup where we run multiple freifunk mesh domains on a single gateway it would be helpful if l3roamd could be run multiple times on one machine. Currently this fails with bind failed: Address already in use as l3roamd binds to :::5523 and not to the specific interfaces given as parameters.

Do you think there is a chance to get this into l3roamd?

christf commented 6 years ago

patches are always welcome :)

I think this should be easy to fix though. I may end up looking at it procrastinating other l3roamd issues... :)

ohrensessel commented 6 years ago

I would be very grateful if you would do so. I'm not at all familiar with l3roamd code and probably will have a hard time getting this to work.

christf commented 6 years ago

this should be possible now.