diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2020-07-28 23:36:51 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2020-09-28 18:41:00 +0200 |
commit | ff9aca4f8d70a45e84c5bdf5503b68bea1f74d13 (patch) | |
tree | 8f3e5ff9b555b0a245df3979a18d4a5d489d6aeb /zebra/rt_netlink.c | |
parent | zebra: clean up the NHG proto zapi code a bit (diff) | |
download | frr-ff9aca4f8d70a45e84c5bdf5503b68bea1f74d13.tar.xz frr-ff9aca4f8d70a45e84c5bdf5503b68bea1f74d13.zip |
lib,zebra,sharpd: clang format
Clang format for NHG API and sharpd patches.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'zebra/rt_netlink.c')
-rw-r--r-- | zebra/rt_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 46de751f9..1ce3c435f 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -2269,7 +2269,7 @@ nexthop_done: nh->vrf_id, label_buf); } - req->nhm.nh_protocol = zebra2proto(type); +req->nhm.nh_protocol = zebra2proto(type); } else if (cmd != RTM_DELNEXTHOP) { flog_err( |