diff options
Diffstat (limited to 'sharpd/sharp_vty.c')
| -rw-r--r-- | sharpd/sharp_vty.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 7482a6da68..1a3c5f4502 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -406,9 +406,7 @@ DEFPY (install_seg6_routes,  	sg.r.nhop.gate.ipv6 = seg6_nh6;  	sg.r.nhop.vrf_id = vrf->vrf_id;  	sg.r.nhop_group.nexthop = &sg.r.nhop; -  	nexthop_add_srv6_seg6(&sg.r.nhop, &seg6_seg); -	SET_FLAG(route_flags, ZEBRA_FLAG_SEG6_ROUTE);  	sg.r.vrf_id = vrf->vrf_id;  	sharp_install_routes_helper(&prefix, sg.r.vrf_id, sg.r.inst, 0, @@ -505,7 +503,6 @@ DEFPY (install_seg6local_routes,  	sg.r.nhop.vrf_id = vrf->vrf_id;  	sg.r.nhop_group.nexthop = &sg.r.nhop;  	nexthop_add_srv6_seg6local(&sg.r.nhop, action, &ctx); -	SET_FLAG(route_flags, ZEBRA_FLAG_SEG6LOCAL_ROUTE);  	sg.r.vrf_id = vrf->vrf_id;  	sharp_install_routes_helper(&sg.r.orig_prefix, sg.r.vrf_id, sg.r.inst, 0,  | 
