mirror of
https://github.com/slackhq/nebula.git
synced 2026-03-10 00:31:54 -07:00
Merge e503e37490 into 51308b845b
This commit is contained in:
commit
5906bbb70f
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ func (r Route) Equal(t Route) bool {
|
|||
if r.Install != t.Install {
|
||||
return false
|
||||
}
|
||||
if r.Via.String() != t.Via.String() {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue