diff options
author | Tatsushi Demachi <tdemachi@gmail.com> | 2017-02-10 20:38:17 +0900 |
---|---|---|
committer | Tatsushi Demachi <tdemachi@gmail.com> | 2017-02-10 20:57:11 +0900 |
commit | e84bf755a9740d5bca3405da494d3c4a85d30679 (patch) | |
tree | 295c691d7537bacbb00a232a91f2724b763bb20f /server/rpki.go | |
parent | 3703916e558624e383794b015b8f8e69422654c1 (diff) |
zebra: Process per-route MTU zebra message
Since Quagga 1.0.20160309, it implements per-route MTU handling which
adds MTU attribute to every ZEBRA_IPV4_ROUTE_ADD and
ZEBRA_IPV6_ROUTE_ADD messages. It causes "message length invalid" error
when GoBGP receives messages from Zebra and as the result, routes from
Zebra are no longer added to GoBGP.
This fixes the issue by decoding/encoding MTU attribute properly.
Now parsed MTU attribute is not used anywhere, just kept in an internal
structure.
Diffstat (limited to 'server/rpki.go')
0 files changed, 0 insertions, 0 deletions