diff options
| author | Olivier Dugeon <olivier.dugeon@orange.com> | 2022-10-25 10:53:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 10:53:23 +0200 |
| commit | f274c9fde26f3c566e4bdad24e126d5fe37999d6 (patch) | |
| tree | d427fcbd2e5fbcc3c9e0ef7758761d5953af06bf /lib/if.h | |
| parent | 695f387ed872c1bc55ad4149ede95465b48697b9 (diff) | |
| parent | fe0a129687c530d95377a6ed7c14d578c5be5996 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |
