summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2022-10-25 10:53:23 +0200
committerGitHub <noreply@github.com>2022-10-25 10:53:23 +0200
commitf274c9fde26f3c566e4bdad24e126d5fe37999d6 (patch)
treed427fcbd2e5fbcc3c9e0ef7758761d5953af06bf /lib/if.h
parent695f387ed872c1bc55ad4149ede95465b48697b9 (diff)
parentfe0a129687c530d95377a6ed7c14d578c5be5996 (diff)
Merge pull request #12125 from louis-6wind/fix-link-params
lib,zebra,ospf: link-params are not flushed after "no enable"
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/if.h b/lib/if.h
index 1c948b875a..478a90d63a 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -588,6 +588,8 @@ struct connected *connected_get_linklocal(struct interface *ifp);
/* link parameters */
struct if_link_params *if_link_params_get(struct interface *);
+struct if_link_params *if_link_params_enable(struct interface *ifp);
+struct if_link_params *if_link_params_init(struct interface *ifp);
void if_link_params_free(struct interface *);
/* Northbound. */