]> git.proxmox.com Git - mirror_frr.git/commit
zebra: rt_netlink nexthop handling checkpatch
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:11:06 +0000 (11:11 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:44 +0000 (11:13 -0400)
commitf3354e1612197b9e72ef47b18979b0a5e9db0feb
tree7b306d5ffd641b89081a7076c1e2ffedd0d5e8e7
parent5948f013ba454431295d4016b17f01952e4663f2
zebra: rt_netlink nexthop handling checkpatch

Checkpatch was complaining because this code was extending
beyond 80 characters on a couple lines. Adjusted a conditional
tree to fix that.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rt_netlink.c