mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
bug fix in zebra integration for frr7.2
This commit is contained in:
@@ -3276,7 +3276,7 @@ func (m *Message) parseFrrZapi6Message(data []byte, software string) error {
|
||||
// TODO
|
||||
m.Body = &UnknownBody{}
|
||||
case FRR_ZAPI6_REDISTRIBUTE_ROUTE_ADD, FRR_ZAPI6_REDISTRIBUTE_ROUTE_DEL:
|
||||
m.Body = &IPRouteBody{Api: m.Header.Command}
|
||||
m.Body = &IPRouteBody{Api: command}
|
||||
case FRR_ZAPI6_INTERFACE_VRF_UPDATE:
|
||||
// TODO
|
||||
m.Body = &UnknownBody{}
|
||||
|
||||
Reference in New Issue
Block a user