diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-04 13:35:25 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-04 13:35:25 -0400 |
| commit | d476347d5d60f59647ceb51d2cee1b56153e9903 (patch) | |
| tree | 86a5e8dc46665aaeb95fcf6a1d8d620d4dd94255 /ospf6d/ospf6_zebra.c | |
| parent | 047b41ee552c94949bdea9a7c6a159010d38910b (diff) | |
| parent | 3c6f31c006e1584df847bbbcef64fdb4a38295ed (diff) | |
Merge remote-tracking branch 'origin/stable/3.0'
Diffstat (limited to 'ospf6d/ospf6_zebra.c')
| -rw-r--r-- | ospf6d/ospf6_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c index 1904623e71..d0c9e4f042 100644 --- a/ospf6d/ospf6_zebra.c +++ b/ospf6d/ospf6_zebra.c @@ -289,7 +289,7 @@ ospf6_zebra_read_ipv6 (int command, struct zclient *zclient, snprintf (nexthopstr, sizeof (nexthopstr), "::"); zlog_debug ("Zebra Receive route %s: %s %s nexthop %s ifindex %ld tag %"ROUTE_TAG_PRI, - (command == ZEBRA_IPV6_ROUTE_ADD ? "add" : "delete"), + (command == ZEBRA_REDISTRIBUTE_IPV6_ADD ? "add" : "delete"), zebra_route_string(api.type), prefixstr, nexthopstr, ifindex, api.tag); } |
