summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/route_maps_running.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fixtures/route_maps_running.json')
-rw-r--r--tests/unit/fixtures/route_maps_running.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/unit/fixtures/route_maps_running.json b/tests/unit/fixtures/route_maps_running.json
index acf733b..0ae4939 100644
--- a/tests/unit/fixtures/route_maps_running.json
+++ b/tests/unit/fixtures/route_maps_running.json
@@ -4,11 +4,18 @@
"rule": {
"10": {
"action": "permit",
- "match": { "peer": "192.0.2.32" },
+ "match": {
+ "peer": "192.0.2.32",
+ "ip": {
+ "address": { "prefix-list": "PL-MATCH" },
+ "nexthop": { "address": "10.0.0.1" }
+ }
+ },
"set": {
"aggregator": { "as": "100" },
"as-path": { "exclude": "111" },
- "metric": "5"
+ "metric": "5",
+ "community": { "add": ["no-export", "no-advertise"] }
}
}
}