Currently VXLANs are created and torn-down via plain bash scripts.
Setting up each VXLAN usually takes around 400-600 milliseconds but can also be higher in case of more complex topologies.
We should improve this for example by following a strategy similar to the VLAN one which uses low-level APIs via rtnetlink
Currently VXLANs are created and torn-down via plain bash scripts.
Setting up each VXLAN usually takes around 400-600 milliseconds but can also be higher in case of more complex topologies.
We should improve this for example by following a strategy similar to the VLAN one which uses low-level APIs via
rtnetlink