(no title)
lorenzo95 | 4 months ago
I’m curious if Nylon offers similar functionality. Can it redistribute a dummy /32 or a local /24 into the network? Also, how does it handle default route advertising? Would there be a risk of looping, similar to what happens with IPsec tunnels?
I also think this could really benefit from a Docker image to streamline setup.
chenjq|4 months ago
Currently, there is no special handling for the default route, meaning that if you were to advertise 0.0.0.0/0, there might be a loop. Personally, I never tried it, but I don't think it would work. Do you know of a workaround?
When I get some time, I will try to improve docs a little bit, maybe add a setup script, and docker image like you suggested :)
lorenzo95|4 months ago
I was just curious. It doesn't necessarily mean it has to be a supported use case.