[Babel-users] Adding/Removing Interfaces without Interruption?
Nick
vincent at systemli.org
Tue Feb 1 19:36:20 GMT 2022
Is there more to be done than just writing the equivalent to the
add_interface function [0]? If so, I could add such functionality. I
talk here about dynamic adding and removing of interfaces on a large
scale (~500 interfaces). I would feel better if I can remove the memory
structures again.
Thanks for your support.
Bests
Nick
[0] - https://github.com/jech/babeld/blob/master/interface.c#L66-L97
On 1/28/22 12:36, Juliusz Chroboczek wrote:
>> Thanks! Can I also remove an interface via that way?
> If you put the interface down (ip link down), babeld will stop routing
> through it, but the data structure will remain in memory. There's
> currently no way to delete an interface altogether.
>
> -- Juliusz
More information about the Babel-users
mailing list