Re: [PATCH net-next] net: vrf: set operstate and mtu at link create

2016-06-02 Thread David Miller
From: David Ahern Date: Wed, 1 Jun 2016 21:16:39 -0700 > The VRF device exists to define L3 domains and guide FIB lookups. As > such its operstate is not relevant. Seeing 'state UNKNOWN' in the > output of 'ip link show' can be confusing, so set operstate at link > create. > > Similarly, the MT

[PATCH net-next] net: vrf: set operstate and mtu at link create

2016-06-01 Thread David Ahern
The VRF device exists to define L3 domains and guide FIB lookups. As such its operstate is not relevant. Seeing 'state UNKNOWN' in the output of 'ip link show' can be confusing, so set operstate at link create. Similarly, the MTU for a VRF device is not used; any fragmentation of the payload is do