]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: make flag values explicitly unsigned
authorQuentin Young <qlyoung@nvidia.com>
Wed, 2 Sep 2020 19:11:26 +0000 (15:11 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Wed, 2 Sep 2020 20:54:41 +0000 (16:54 -0400)
commite9faf4be72294fccd9f7bd21b62473d408c80a37
treefc9a7ea84efb109082b2e65aaca849012c068fe7
parente117b7c528017eb5ce3b2adb715930148e8fde95
bgpd: make flag values explicitly unsigned

When using these flag #defines, by default their types are integers but
they are always used in conjunction with unsigned integers, which
introduces some implicit conversions that really ought to be avoided.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
bgpd/bgpd.h