]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: add flag checks for MP_(UN)REACH_NLRI
authorDenis Ovsienko <infrastation@yandex.ru>
Mon, 10 Oct 2011 17:08:33 +0000 (21:08 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Mon, 17 Oct 2011 15:07:02 +0000 (19:07 +0400)
commit565b828dc00cafd477dd69ce15f0f551ece67710
treee1d5c6c38f89b6d022339df14c9b5224de7c0ca9
parentf8627ff1ef7642c8ee4758b1f046ef0d166dfbec
bgpd: add flag checks for MP_(UN)REACH_NLRI

* bgp_attr.[ch]
  * bgp_mp_reach_parse(): add extra arguments and a uniform flag
    check block
  * bgp_mp_unreach_parse(): idem
  * bgp_attr_parse(): provide extra arguments
* bgp_mp_attr_test.c
  * parse_test(): justify respective calls
bgpd/bgp_attr.c
bgpd/bgp_attr.h
tests/bgp_mp_attr_test.c