commit | 26d31ac11fa47a0ee8dc4c64136ea34feda57e3e | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Wed Apr 26 07:58:22 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 27 16:49:43 2017 -0400 |
tree | 2472181ae9570ec21f0bdcf12dc10da782eb172e | |
parent | adeb45cbb5057731ce9c47aad93756135d7947bf [diff] |
net: vrf: Do not allow looback to be moved to a VRF Moving the loopback into a VRF breaks networking for the default VRF. Since the VRF device is the loopback for VRF domains, there is no reason to move the loopback. Given the repercussions, block attempts to set lo into a VRF. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Reviewed-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>