]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix for route-maps with "match peer local" statements
authorJorge Boncompte [DTI2] <jorge@dti2.net>
Fri, 13 Apr 2012 11:46:08 +0000 (13:46 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 2 May 2012 15:03:27 +0000 (17:03 +0200)
commit4fe080d7ee4c924a962d14423d94b4b8d8aba110
treed1dab521b8d05a95dccf26628fcf5ed629b738e7
parentddc943dec3c017583f81cce388c7d453293156c7
bgpd: fix for route-maps with "match peer local" statements

A route-map with a 'match peer local' statement it's shown like
'match peer (null)' on config output...

... and it's unparsable on daemon startup.

Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/bgp_routemap.c