From 7f81b189accac053b592a442d3fe3e2ea04b9ed8 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 29 Mar 2020 17:48:07 +0200 Subject: vrf: T2178: table id must start at 100 ... to not cause any issues with buildin tables or PBR. PBR uses table 1 - 200 so there is a small overlap (by intention) --- interface-definitions/vrf.xml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index f1895598e..76748e5ae 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -29,14 +29,14 @@ Routing table associated with this instance - - - - Invalid kernel table number - 1-2147483647 + 100-2147483647 Routing table ID + + + + VRF routing table must be in range from 100 to 2147483647 #include -- cgit v1.2.3