summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config/bgp_configs.go3
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