From 59ec403de73d4c83ef28291661941c6334480ebd Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Fri, 24 Feb 2017 11:34:03 +0900 Subject: config: Config values for Nexthop Tracking with ZClient For configuring the Nexthop Tracking features with ZClient, this patch adds the config values: - "nexthop-trigger-enable" enables to the Nexthop Tracking features. Please note this features is only available with version 3 or later, and "true" by the default with that version. - "nexthop-trigger-delay" specifies the delay sec to update the nexthops triggered by the events from Zebra daemon. The default is 5 secs and the same with the default of Cisco's routers. Signed-off-by: IWASE Yusuke --- api/gobgp.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/gobgp.proto') diff --git a/api/gobgp.proto b/api/gobgp.proto index 9c04a6c9..6b97cef3 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -304,6 +304,8 @@ message EnableZebraRequest { string url = 1; repeated string route_types = 2; uint32 version = 3; + bool nexthop_trigger_enable = 4; + uint32 nexthop_trigger_delay = 5; } message EnableZebraResponse { -- cgit v1.2.3