From 76ba8fcbda9480f9356d1733799974771f0280b0 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Wed, 17 May 2017 15:38:43 +0900 Subject: server/peer: Number of filtered routes to advertise This patch extend the "AdjTable" container to store the number of the "filtered" routes which should not be advertised to the given neighbor. This routes mean the filterd routes because of RTC, VRFs, policy and other constraints. Signed-off-by: IWASE Yusuke --- tools/pyang_plugins/gobgp.yang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index b9bd5f6c..25299cc2 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -202,6 +202,10 @@ module gobgp { type uint32; } + leaf FILTERED { + type uint32; + } + leaf RECEIVED { type uint32; } -- cgit v1.2.3