mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 16:26:10 +00:00
isis-topo1: remove pseudo_TE-IS entries from check
The pseudo_TE-IS entries vary and depend on the way the topology converges, so lets not rely on that. The IS-IS routers in the middle TE-IS entries vary the parent interface, so we also removed that entry to avoid json_cmp comparison failures. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
16b3114108
commit
ae6be66b8c
@ -47,15 +47,6 @@
|
||||
"interface": "r3-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r5"
|
||||
},
|
||||
{
|
||||
"interface": "r3-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(2)",
|
||||
"type": "TE-IS",
|
||||
"vertex": "r4"
|
||||
},
|
||||
@ -114,15 +105,6 @@
|
||||
"interface": "r3-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r5"
|
||||
},
|
||||
{
|
||||
"interface": "r3-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(2)",
|
||||
"type": "TE-IS",
|
||||
"vertex": "r4"
|
||||
},
|
||||
|
@ -47,23 +47,6 @@
|
||||
"interface": "r4-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r3"
|
||||
},
|
||||
{
|
||||
"interface": "r4-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r5"
|
||||
},
|
||||
{
|
||||
"interface": "r4-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r3(2)",
|
||||
"type": "TE-IS",
|
||||
"vertex": "r3"
|
||||
},
|
||||
@ -122,23 +105,6 @@
|
||||
"interface": "r4-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r3"
|
||||
},
|
||||
{
|
||||
"interface": "r4-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r5(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r5"
|
||||
},
|
||||
{
|
||||
"interface": "r4-eth1",
|
||||
"metric": "20",
|
||||
"next-hop": "r5",
|
||||
"parent": "r3(2)",
|
||||
"type": "TE-IS",
|
||||
"vertex": "r3"
|
||||
},
|
||||
@ -194,14 +160,6 @@
|
||||
"parent": "r4-eth0",
|
||||
"type": "IP",
|
||||
"vertex": "10.254.0.2/32"
|
||||
},
|
||||
{
|
||||
"interface": "r4-eth0",
|
||||
"metric": "20",
|
||||
"next-hop": "r2",
|
||||
"parent": "r2(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r2"
|
||||
}
|
||||
],
|
||||
"ipv6": [
|
||||
@ -229,14 +187,6 @@
|
||||
"parent": "r4-eth0",
|
||||
"type": "IP6",
|
||||
"vertex": "2001:db8:f::2/128"
|
||||
},
|
||||
{
|
||||
"interface": "r4-eth0",
|
||||
"metric": "20",
|
||||
"next-hop": "r2",
|
||||
"parent": "r2(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -80,14 +80,6 @@
|
||||
"parent": "r5-eth1",
|
||||
"type": "IP",
|
||||
"vertex": "10.254.0.4/32"
|
||||
},
|
||||
{
|
||||
"interface": "r5-eth0",
|
||||
"metric": "20",
|
||||
"next-hop": "r3",
|
||||
"parent": "r3(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r3"
|
||||
}
|
||||
],
|
||||
"ipv6": [
|
||||
@ -153,14 +145,6 @@
|
||||
"parent": "r5-eth1",
|
||||
"type": "IP6",
|
||||
"vertex": "2001:db8:f::4/128"
|
||||
},
|
||||
{
|
||||
"interface": "r5-eth0",
|
||||
"metric": "20",
|
||||
"next-hop": "r3",
|
||||
"parent": "r3(4)",
|
||||
"type": "pseudo_TE-IS",
|
||||
"vertex": "r3"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user