summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/bgp_af_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/bgp_af_running.json')
-rw-r--r--tests/unit/fixtures/bgp_af_running.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/tests/unit/fixtures/bgp_af_running.json b/tests/unit/fixtures/bgp_af_running.json
index f9c36d9..8e14e52 100644
--- a/tests/unit/fixtures/bgp_af_running.json
+++ b/tests/unit/fixtures/bgp_af_running.json
@@ -4,7 +4,7 @@
"ipv4-unicast": {
"network": {
"192.0.2.0/24": {},
- "192.0.3.0/24": {}
+ "192.0.3.0/24": { "route-map": "RM-OUT", "backdoor": {} }
},
"redistribute": {
"connected": { "metric": "10" },
@@ -18,7 +18,20 @@
"address-family": {
"ipv4-unicast": {
"nexthop-self": {},
- "soft-reconfiguration": { "inbound": {} }
+ "soft-reconfiguration": { "inbound": {} },
+ "attribute-unchanged": {
+ "as-path": {},
+ "med": {}
+ },
+ "capability": {
+ "orf": {
+ "prefix-list": { "receive": {} }
+ }
+ },
+ "distribute-list": {
+ "import": "10",
+ "export": "20"
+ }
},
"ipv6-unicast": {
"soft-reconfiguration": { "inbound": {} }