summaryrefslogtreecommitdiffstats
path: root/tests/topotests/pbr_topo1/r1/linux-rules.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/pbr_topo1/r1/linux-rules.json')
-rw-r--r--tests/topotests/pbr_topo1/r1/linux-rules.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/pbr_topo1/r1/linux-rules.json b/tests/topotests/pbr_topo1/r1/linux-rules.json
new file mode 100644
index 0000000..5af4363
--- /dev/null
+++ b/tests/topotests/pbr_topo1/r1/linux-rules.json
@@ -0,0 +1,19 @@
+[
+ {
+ "iif": "r1-eth1",
+ "pref": "304",
+ "from": "4.5.6.7"
+ },
+ {
+ "to": "3.4.5.0/24",
+ "iif": "r1-eth2",
+ "pref": "304",
+ "from": "1.2.0.0/16"
+ },
+ {
+ "to": "9.9.9.9",
+ "iif": "r1-eth1",
+ "pref": "309",
+ "from": "all"
+ }
+]