diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-08-31 13:22:55 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-31 13:22:55 -0300 |
| commit | b3c18264e4494b37743ac586eb05d4c54cf080ac (patch) | |
| tree | fb1b4b6b34e6666f59f2ed6ff2244ca007983ba5 /zebra/zebra_rib.c | |
| parent | 959768e8d049303c434bcb67e64d19bae65d073a (diff) | |
| parent | 60466a63f2a3c1da8c99721ec018c8b73610b548 (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.c | 6 |
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); |
