From 7726c479644269fc573dd6aad72ea9c163599fd6 Mon Sep 17 00:00:00 2001 From: Olivier Dugeon Date: Mon, 22 Jan 2018 19:18:10 +0100 Subject: OSPFD: Update Segment Routing following reviews - Remove OSPD_SR route type - Check that Segment Routing is enable only in default VRF - Add comment for SRGB in lib/mpls.h - Update documentation Signed-off-by: Olivier Dugeon --- zebra/zebra_mpls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_mpls.h') diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index 93e1162b6..9d8ca34f8 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -455,7 +455,7 @@ static inline int re_type_from_lsp_type(enum lsp_types_t lsp_type) case ZEBRA_LSP_BGP: return ZEBRA_ROUTE_BGP; case ZEBRA_LSP_SR: - return ZEBRA_ROUTE_OSPF_SR; + return ZEBRA_ROUTE_OSPF; case ZEBRA_LSP_NONE: default: return ZEBRA_ROUTE_KERNEL; -- cgit v1.2.3