diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-08-06 13:51:17 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-08 20:59:05 +0900 |
commit | 26d21f00ac00461abd75453a4931b38d51a34703 (patch) | |
tree | 9b8e4346e178eba1203652504849727b250fe990 /config | |
parent | 8084d5e51fbf9be4eb36d194f311ca769361d501 (diff) |
config: add the structure that holds the state of administrator operating
Diffstat (limited to 'config')
-rw-r--r-- | config/bgp_configs.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 7530cd21..50f7ddaa 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -599,6 +599,9 @@ type NeighborState struct { Messages Messages // original -> bgp:queues Queues Queues + // original -> bgp:admin-down + //bgp:admin-down's original type is boolean + AdminDown bool } //struct for container bgp:config |