diff options
author | Don Slice <dslice@cumulusnetworks.com> | 2018-11-12 19:34:48 +0100 |
---|---|---|
committer | Don Slice <dslice@cumulusnetworks.com> | 2018-11-12 19:34:48 +0100 |
commit | 9d22d82b9b271d16daf396b1553e99d50bb450de (patch) | |
tree | 47517b51feb3a0f9f28b36dad2f7305164eb7cbd /staticd | |
parent | staticd: install static routes in a vrf when next-hop interface comes up (diff) | |
download | frr-9d22d82b9b271d16daf396b1553e99d50bb450de.tar.xz frr-9d22d82b9b271d16daf396b1553e99d50bb450de.zip |
staticd: remove stale header info in static_fixup_intf_nh
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/static_routes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/staticd/static_routes.c b/staticd/static_routes.c index 7fbeb1785..a5f0f74b0 100644 --- a/staticd/static_routes.c +++ b/staticd/static_routes.c @@ -501,7 +501,6 @@ void static_cleanup_vrf_ids(struct static_vrf *disable_svrf) * This function enables static routes when an interface it relies * on in a different vrf is coming up. * - * svrf -> The svrf that ifp is being brought up * stable -> The stable we are looking at. * ifp -> interface coming up * afi -> the afi in question |