summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2017-08-31 13:22:55 -0300
committerGitHub <noreply@github.com>2017-08-31 13:22:55 -0300
commitb3c18264e4494b37743ac586eb05d4c54cf080ac (patch)
treefb1b4b6b34e6666f59f2ed6ff2244ca007983ba5 /zebra/zebra_rib.c
parent959768e8d049303c434bcb67e64d19bae65d073a (diff)
parent60466a63f2a3c1da8c99721ec018c8b73610b548 (diff)
Merge pull request #1079 from qlyoung/fix-style-a
*: fix style
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index c7a2564ab4..bcf21783ae 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -292,7 +292,7 @@ struct nexthop *route_entry_nexthop_ipv6_ifindex_add(struct route_entry *re,
}
struct nexthop *route_entry_nexthop_blackhole_add(struct route_entry *re,
- enum blackhole_type bh_type)
+ enum blackhole_type bh_type)
{
struct nexthop *nexthop;
@@ -2394,8 +2394,8 @@ void rib_delete(afi_t afi, safi_t safi, vrf_id_t vrf_id, int type,
"via %s ifindex %d type %d "
"doesn't exist in rib",
inet_ntop(
- family2afi(afi), &nh->gate,
- buf2,
+ family2afi(afi),
+ &nh->gate, buf2,
INET_ADDRSTRLEN), /* FIXME
*/
nh->ifindex, type);