1
0
Fork 0
frr/tests/topotests/bfd_topo1/r2/peers.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
284 B
JSON
Raw Normal View History

[
{
"peer": "192.168.0.1",
"status": "up"
},
{
"remote-echo-receive-interval": 100,
"peer": "192.168.1.1",
"status": "up"
},
{
"remote-transmit-interval": 2000,
"remote-receive-interval": 2000,
"peer": "192.168.2.1",
"status": "up"
}
]