mpls: make via address optional for multipath routes
authorRobert Shearman <rshearma@brocade.com>
Thu, 10 Dec 2015 19:30:51 +0000 (19:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Dec 2015 05:43:44 +0000 (00:43 -0500)
commitf20367df1af8f6a4e85b7e586213b8508796fe79
treeb078d7f3dd5461b90a74c8cd9bc6c5a41e434cbd
parenteb7809f093b109a7db7454dc775423675d075653
mpls: make via address optional for multipath routes

The via address is optional for a single path route, yet is mandatory
when the multipath attribute is used:

  # ip -f mpls route add 100 dev lo
  # ip -f mpls route add 101 nexthop dev lo
  RTNETLINK answers: Invalid argument

Make them consistent by making the via address optional when the
RTA_MULTIPATH attribute is being parsed so that both forms of
specifying the route work.

Signed-off-by: Robert Shearman <rshearma@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/af_mpls.c