Implement the missing bits to parse the other MRT message types.
authorclaudio <claudio@openbsd.org>
Sat, 24 Oct 2015 11:54:50 +0000 (11:54 +0000)
committerclaudio <claudio@openbsd.org>
Sat, 24 Oct 2015 11:54:50 +0000 (11:54 +0000)
commite86c4bdecf2c603db1d8f39e2d782e305be05c35
tree9e8e1b12079cf5779a9bb59842436e64a497625c
parentb25f60a3801a7791958f5f56e0bfe6d9aa0de441
Implement the missing bits to parse the other MRT message types.
Printing bgp messages is still missing lots but at least it is a start.
I onced abused tcpdump's bgp protocol handler for this but that is an ugly hack.
usr.sbin/bgpctl/bgpctl.c
usr.sbin/bgpctl/mrtparser.c