summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_routemap.c
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2017-09-07 17:08:09 +0200
committerChirag Shah <chirag@cumulusnetworks.com>2017-10-03 18:15:20 +0200
commit43b8d1d8a1fd9446231c53ce1e59e96a6afc3c81 (patch)
tree9525c452c8a38be2dca2c8b8147d491f98b0a78b /ospfd/ospf_routemap.c
parentospfd: fix clang warning & ci-ospf test (diff)
downloadfrr-43b8d1d8a1fd9446231c53ce1e59e96a6afc3c81.tar.xz
frr-43b8d1d8a1fd9446231c53ce1e59e96a6afc3c81.zip
ospfd: OSPFv2 VRF Changes II
Accomodate review comments Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_routemap.c')
-rw-r--r--ospfd/ospf_routemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_routemap.c b/ospfd/ospf_routemap.c
index c3ba1d93b..b7a47602d 100644
--- a/ospfd/ospf_routemap.c
+++ b/ospfd/ospf_routemap.c
@@ -51,7 +51,7 @@ static void ospf_route_map_update(const char *name)
if (listcount(om->ospf) == 0)
return;
- for (ALL_LIST_ELEMENTS_RO (om->ospf, n1, ospf)) {
+ for (ALL_LIST_ELEMENTS_RO(om->ospf, n1, ospf)) {
/* Update route-map */
for (type = 0; type <= ZEBRA_ROUTE_MAX; type++) {
struct list *red_list;