commit | 53b948356554376ec6f89016376825d48bf396c3 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Aug 07 10:08:10 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 07 15:16:33 2017 -0700 |
tree | 1ae11a0641a1c36712b36d9fed5368f8fd5bdd93 | |
parent | 733a707d6c6a1a96625a45c4bdb19618d48ca74b [diff] |
net: vrf: Add extack messages for newlink failures Add extack error messages for failure paths creating vrf devices. Once extack support is added to iproute2, we go from the unhelpful: $ ip li add foobar type vrf RTNETLINK answers: Invalid argument to: $ ip li add foobar type vrf Error: VRF table id is missing Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>