diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-08-21 00:57:36 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-08-23 23:58:35 +0200 |
commit | 52dd3aa483441880ac46eb4bb50069d26dbecf13 (patch) | |
tree | 07765fedaa8990f775a4a1baee54ae711759cb68 /zebra/zebra_mpls.h | |
parent | babeld: unify kernel_route_v4() and kernel_route_v6() (diff) | |
download | frr-52dd3aa483441880ac46eb4bb50069d26dbecf13.tar.xz frr-52dd3aa483441880ac46eb4bb50069d26dbecf13.zip |
zapi: add support for routes with multiple labels
This will be necessary for the Segment Routing feature.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_mpls.h')
-rw-r--r-- | zebra/zebra_mpls.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index 6bddc4d00..c8df8670f 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -37,8 +37,6 @@ /* Definitions and macros. */ -#define MPLS_MAX_LABELS 16 /* Maximum # labels that can be pushed. */ - #define NHLFE_FAMILY(nhlfe) \ (((nhlfe)->nexthop->type == NEXTHOP_TYPE_IPV6 \ || (nhlfe)->nexthop->type == NEXTHOP_TYPE_IPV6_IFINDEX) \ |