frr/tests/topotests/pbr_topo1/r1/linux-rules.json
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

19 lines
263 B
JSON

[
{
"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"
}
]