]> git.ipfire.org Git - thirdparty/iproute2.git/commit
lib: add mpls_uc and mpls_mc as link layer protocol names
authorJohn Hurley <john.hurley@netronome.com>
Wed, 10 Jul 2019 12:40:38 +0000 (13:40 +0100)
committerDavid Ahern <dsahern@gmail.com>
Wed, 10 Jul 2019 21:06:28 +0000 (14:06 -0700)
commit11d7087a4ededf203c578912a64ada2324ee8e87
treec3d19171592da9666918f7c7056b5f339374ddb3
parent1827694858b9ff5e326f75fd50783a8dfafdbc55
lib: add mpls_uc and mpls_mc as link layer protocol names

Update the llproto_names array to allow users to reference the mpls
protocol ids with the names 'mpls_uc' for unicast MPLS and 'mpls_mc' for
multicast.

Signed-off-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
lib/ll_proto.c