fea:support nexthop group for routing ha (#57)

This commit is contained in:
Teddy_Zhu
2024-04-16 14:23:08 +08:00
committed by GitHub
parent d5a0ef2904
commit c7a27a46bf
13 changed files with 664 additions and 54 deletions

View File

@@ -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
}