Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
route/link/vxlan: Fix IPv4 set_local resetting ce_mask
rtnl_link_vxlan_set_local() removes the bit for the other IP version in ce_mask. A missing flag inversion in the v4 part made this removal reset all bits to 0 except the v6 one, screwing all link configuration. Fixes: 2e68fb5 thom311#192
- Loading branch information