mirror of
https://github.com/slackhq/nebula.git
synced 2026-01-21 12:03:17 -08:00
Merge e503e37490 into 69259e6307
This commit is contained in:
commit
e2db59b1ac
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