]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rtadv.c
lib, bgpd, zebra: RA interval is unsigned
authorQuentin Young <qlyoung@nvidia.com>
Wed, 23 Sep 2020 19:35:51 +0000 (15:35 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Wed, 28 Apr 2021 15:43:50 +0000 (11:43 -0400)
commitbbad027684d1df7ebf30e7d8572683aeeeac4024
tree5102ae2ba573155c495ba5c20b808cffefe367b2
parent0ffd0fb536f0da9c92207b606c3d34126292f356
lib, bgpd, zebra: RA interval is unsigned

Use unsigned value for all RA requests to Zebra

- encoding signed int as unsigned is bad practice
- RA interval is never, and should never be, negative

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
bgpd/bgp_zebra.c
lib/zclient.c
lib/zclient.h
zebra/rtadv.c