]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix route-map brokenness
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 16 Jun 2017 22:43:56 +0000 (22:43 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 17 Jun 2017 00:49:15 +0000 (00:49 +0000)
commit58b0878ac63dfd80ea79848458ef31490307547e
tree10f6fc81b9e90f6e9b0403cde467dbb8d6e17cc2
parent98f224ef22bc9ec22b8be51756ae12e7740cbd5a
ospfd: fix route-map brokenness

ospf redefines the standard route map commands which causes ambiguity
issues in the CLI parser, it also uses a signed integer to hold an
unsigned quantity leading to weirdness when specifying metrics larger
than 2,147,483,647

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/routemap.c
ospfd/ospf_routemap.c