]> git.puffer.fish Git - mirror/frr.git/commit
zebra: disallow negative rtadv intvl, fix overflow 5623/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 01:26:09 +0000 (20:26 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 01:26:09 +0000 (20:26 -0500)
commit40441c3da939375ef3354ad214f8b8bacded5c91
treea9562171edbf624ec362e0511877dfbc4f94639c
parentb833cc1ff473e5de43a6c33b520024c943db180c
zebra: disallow negative rtadv intvl, fix overflow

- Disallow RA interval < 0
- Fix integer overflow issue converting interval to seconds from
  milliseconds
- Add missing "m" to "ms"

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/rtadv.c