From 91effb395ad75498cbc26d7651f44f89ee80533a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 5 Oct 2017 08:23:27 -0400 Subject: [PATCH] tools: Fix babel RT_PROT # We had mistakenly created another RT_PROT # for babel. This is incorrect. Signed-off-by: Donald Sharp --- tools/etc/iproute2/rt_protos.d/frr.conf | 1 - tools/frr | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/etc/iproute2/rt_protos.d/frr.conf b/tools/etc/iproute2/rt_protos.d/frr.conf index 6b341f5161..2d3b884e7e 100644 --- a/tools/etc/iproute2/rt_protos.d/frr.conf +++ b/tools/etc/iproute2/rt_protos.d/frr.conf @@ -8,4 +8,3 @@ 191 nhrp 192 eigrp 193 ldp -194 babel diff --git a/tools/frr b/tools/frr index 5fb2b11f99..905b38f545 100755 --- a/tools/frr +++ b/tools/frr @@ -552,8 +552,7 @@ case "$1" in ip route flush proto 11 ip route flush proto 187 ip route flush proto 192 - ip route flush proto 194 - + ip route flush proto 42 else [ -n "$dmn" ] && eval "${dmn/-/_}=0" start_watchfrr -- 2.39.5