]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Modify attr->flag to be 64 bit
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 10 Mar 2017 12:59:52 +0000 (07:59 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 7 Sep 2017 11:25:37 +0000 (07:25 -0400)
commitc0f943258e619395318303cf7b43b54fcf5c20d7
treef04bc2934ccc830118b6ed4dc66ebc8f4315601b
parent4e3fe046cef4146e24e2e841d537f0376712feff
bgpd: Modify attr->flag to be 64 bit

With the some current bgp drafts the Attribute number has
surpassed 32.  Which is a bit unfortunate in that we keep
track of the attributes via a bitfield based on the attribute #.

For the moment since I am not aware of Attribute #'s being
greater than 64, convert the flag to 64 bit and allow the
bit shifting to know about it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_attr.h