]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: attr_parse call to attr_malformed should deal with PROCEED error case
authorPaul Jakma <paul@quagga.net>
Sun, 25 Mar 2012 20:31:47 +0000 (21:31 +0100)
committerPaul Jakma <paul@quagga.net>
Tue, 27 Mar 2012 10:48:38 +0000 (11:48 +0100)
commitfa61e16ddebe10a71d98bcd2eba0f630071ea4a7
treebc301257fdb4dbac4aedf1e17ffa3e6c00a77612
parent683f2b86d89fa356d3d1f7a54b0c269baa38b836
bgpd: attr_parse call to attr_malformed should deal with PROCEED error case

* bgpd/bgp_attr.c: (bgp_attr_parse) the invalid flag check call to
  bgp_attr_malformed is pretty useless if it doesn't actually allow
  for the PROCEED non-error case.
bgpd/bgp_attr.c