diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-06-15 08:56:11 +0900 |
---|---|---|
committer | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-06-16 15:53:18 +0900 |
commit | d75edf18d7febd3f687393e8b0707e57438931eb (patch) | |
tree | 387a5f11b64b11cddf2c988eeff85a7ce6eb269c /config/serve.go | |
parent | 369626d2221bb175fbf81bd59738104f77aca835 (diff) |
server: Support Dynamic Neighbor
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to 'config/serve.go')
-rw-r--r-- | config/serve.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/serve.go b/config/serve.go index 8dfda75e..73e2c7bb 100644 --- a/config/serve.go +++ b/config/serve.go @@ -19,6 +19,7 @@ type BgpConfigSet struct { Collector Collector `mapstructure:"collector"` DefinedSets DefinedSets `mapstructure:"defined-sets"` PolicyDefinitions []PolicyDefinition `mapstructure:"policy-definitions"` + DynamicNeighbors []DynamicNeighbor `mapstructure:"dynamic-neighbors"` } func ReadConfigfileServe(path, format string, configCh chan *BgpConfigSet) { |