commit | b7b386f42f079b25b942c756820e36c6bd09b2ca | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sat May 27 16:19:30 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Tue May 30 11:55:32 2017 -0400 |
tree | 09e88d5823b597524f2df3dcbcde47bdf39a55b7 | |
parent | a1f10abe12b6d70f8b02dedccb48c9d234a57b67 [diff] |
net: mpls: Pull common label check into helper mpls_route_add and mpls_route_del have the same checks on the label. Move to a helper. Avoid duplicate extack messages in the next patch. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>