From e927f9a67e68278bc84741b8acf265e941f3c41c Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 23 Apr 2018 05:55:49 -0700 Subject: MPLS VPLS CLI fix set the IS_RX flag based on CLI 'l2-input-on' Change-Id: I53d9129a7c09f605c1eb55753426f392b1b480bc Signed-off-by: Neale Ranns --- src/vnet/fib/fib_types.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/fib') diff --git a/src/vnet/fib/fib_types.c b/src/vnet/fib/fib_types.c index 8b1faf5fa86..035f70036eb 100644 --- a/src/vnet/fib/fib_types.c +++ b/src/vnet/fib/fib_types.c @@ -502,6 +502,7 @@ unformat_fib_route_path (unformat_input_t * input, va_list * args) { rpath->frp_proto = DPO_PROTO_ETHERNET; *payload_proto = DPO_PROTO_ETHERNET; + rpath->frp_flags |= FIB_ROUTE_PATH_INTF_RX; } else if (unformat (input, "via-label %U", unformat_mpls_unicast_label, -- cgit 1.2.3-korg