mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 09:06:54 +08:00
fea:support nexthop group for routing ha (#57)
This commit is contained in:
@@ -190,6 +190,7 @@ func (s *Switch) LoadNetworkWithData(data []byte) (*Network, error) {
|
||||
obj.LoadLink()
|
||||
obj.LoadRoute()
|
||||
obj.LoadOutput()
|
||||
obj.LoadNextGroup()
|
||||
s.Network[obj.Name] = obj
|
||||
return obj, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user