]> git.puffer.fish Git - mirror/frr.git/commit
lib, zebra: Move label conversion strings to lib 2084/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Apr 2018 11:06:11 +0000 (07:06 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 18 Apr 2018 11:06:11 +0000 (07:06 -0400)
commit036fdaad9f341e1bd380d2eb6de048b49486f912
tree639835e0fcd1e4df567feb83c31243dc68e7e46a
parentf890b1461dc1e342fe5fbeeacbe94a219405f815
lib, zebra: Move label conversion strings to lib

The mpls_label2str and mpls_str2label functions should not
be zebra exclusive functions.  Move them to lib/mpls.c

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/mpls.c [new file with mode: 0644]
lib/mpls.h
lib/subdir.am
zebra/zebra_mpls.c
zebra/zebra_mpls.h