Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxrouterctl: Fix startup: Don't move lo
Make the code, which moves/creates interface in 'start' the same as the code in 'restart'. Most importantly this avoids `mxrouterctl start` to attempt to move 'lo' into the new namespaces. root@jabberwocky:/etc/local/mxrouter# mxrouterctl start ip netns add MXR ip link set lo netns MXR RTNETLINK answers: Invalid argument previous command failed with exit status 2 Fixes da35f49 ("mxrouterctl: Handle interface changes on reload")
- Loading branch information