From 8ee9738bbc436725b32c4b43cb4118f5fc3e1103 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 25 Mar 2018 21:00:19 -0400 Subject: [PATCH] pbrd: Reduce range so we cannot go over the vrf rule The linux kernel puts the vrf rule at 1000, since pbr rules need to be before this rule, don't allow us to go beyond. Ticket: CM-19946 Signed-off-by: Donald Sharp --- pbrd/pbr_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c index 02902fd009..f01286717c 100644 --- a/pbrd/pbr_vty.c +++ b/pbrd/pbr_vty.c @@ -316,7 +316,7 @@ DEFPY (pbr_table_range, DEFPY (pbr_rule_range, pbr_rule_range_cmd, - "[no] pbr rule range (300-1300)$start (400-1400)$end", + "[no] pbr rule range (300-900)$start (400-1000)$end", NO_STR "Policy based routing\n" "Policy based routing rule\n" -- 2.39.5