From bc3e06a55fbebd391525d8ce13f84e59cfe8060e Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Fri, 16 Jun 2017 09:19:58 +0900 Subject: config: TTL value for BGP packets Signed-off-by: IWASE Yusuke --- tools/pyang_plugins/gobgp.yang | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 434d4164..9ada88d4 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -807,6 +807,11 @@ module gobgp { leaf remote-port { type inet:port-number; } + + leaf ttl { + description "TTL value for BGP packets"; + type uint8; + } } augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:timers/bgp:config" { -- cgit v1.2.3