summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/bgp_global_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/bgp_global_running.json')
-rw-r--r--tests/unit/fixtures/bgp_global_running.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/unit/fixtures/bgp_global_running.json b/tests/unit/fixtures/bgp_global_running.json
index dc76159..65c3f58 100644
--- a/tests/unit/fixtures/bgp_global_running.json
+++ b/tests/unit/fixtures/bgp_global_running.json
@@ -2,7 +2,14 @@
"system-as": "65000",
"parameters": {
"router-id": "192.0.1.1",
- "log-neighbor-changes": {}
+ "log-neighbor-changes": {},
+ "bestpath": {
+ "as-path": "multipath-relax"
+ },
+ "confederation": {
+ "identifier": "100",
+ "peers": ["65001", "65002"]
+ }
},
"neighbor": {
"192.0.2.1": {
@@ -11,6 +18,11 @@
"timers": {
"holdtime": "30",
"keepalive": "10"
+ },
+ "address-family": {
+ "ipv4-unicast": {
+ "nexthop-self": {}
+ }
}
},
"192.0.2.2": {