mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:03:07 +00:00
tests: Drop tableVersion
from EVPN PIM test case
tableVersion always incorrectly showed 0 instead of a decent value. Let's get rid of this from the partial output at all. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
bdf8b8dda9
commit
f913ee30ff
@ -8,7 +8,6 @@
|
|||||||
"192.168.1.2":{
|
"192.168.1.2":{
|
||||||
"remoteAs":65002,
|
"remoteAs":65002,
|
||||||
"version":4,
|
"version":4,
|
||||||
"tableVersion":0,
|
|
||||||
"outq":0,
|
"outq":0,
|
||||||
"inq":0,
|
"inq":0,
|
||||||
"pfxRcd":3,
|
"pfxRcd":3,
|
||||||
@ -21,7 +20,6 @@
|
|||||||
"192.168.2.3":{
|
"192.168.2.3":{
|
||||||
"remoteAs":65003,
|
"remoteAs":65003,
|
||||||
"version":4,
|
"version":4,
|
||||||
"tableVersion":0,
|
|
||||||
"outq":0,
|
"outq":0,
|
||||||
"inq":0,
|
"inq":0,
|
||||||
"pfxRcd":3,
|
"pfxRcd":3,
|
||||||
|
Loading…
Reference in New Issue
Block a user