diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-03-17 10:00:02 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-03-17 10:00:02 +0200 |
| commit | 7d0bc7298729ed82998729beb5a78d5410fab99b (patch) | |
| tree | ecdd646570ac8c1781732b94d1980c3235f7470d /tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py | |
| parent | 30ba0aaa7fe6d58f46cc354dfdfcb88562888df8 (diff) | |
pimd: Include pruneTx/pruneRx for `show ip pim interface traffic WORD json`
```
exit1-debian-11# sh ip pim interface traffic eth2 json
{
"eth2":{
"name":"eth2",
"state":"up",
"address":"192.168.10.123",
"index":4,
"flagMulticast":true,
"flagBroadcast":true,
"lanDelayEnabled":true,
"helloRx":2,
"helloTx":2,
"joinRx":0,
"joinTx":1,
"pruneRx":0,
"pruneTx":0,
"registerRx":0,
"registerTx":0,
"registerStopRx":0,
"registerStopTx":0,
"assertRx":0,
"assertTx":0,
"bsmRx":0,
"bsmTx":0
}
}
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py')
0 files changed, 0 insertions, 0 deletions
