]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Wed, 31 Jul 2013 16:36:08 +0000 (16:36 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 15 May 2014 17:02:21 +0000 (19:02 +0200)
commitd92a2f39b46f1990052d2db046b47edf7bb21ebb
tree17d73b5e879e6ce15c28496d86166bd78ec3f3b0
parentcbf435cb72b937c9e5bfe38905e05de3755b1021
bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values

* bgp_attr.c: this UNSET_FLAG()s are bogus. I did a quick review and
  I think that they could not cause any bug anyway.

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Acked-by: Feng Lu <lu.feng@6wind.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_attr.c