diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-06-29 15:13:24 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-06-29 15:17:01 +0200 |
| commit | 0c3a104a7afaa62739729f244aefdddaad483076 (patch) | |
| tree | e1642275fe1f9ffcf69bf2287dc434f5b8625a5f /ospf6d/ospf6_interface.h | |
| parent | 824978ca58b30c787e8f355b4543d6a5efe9f6ae (diff) | |
Revert "ospf6d: Limit the number of interface addresses being supported"
This reverts commit f85b76195aeeb80b6f834da32459a05e297a0a78.
Diffstat (limited to 'ospf6d/ospf6_interface.h')
| -rw-r--r-- | ospf6d/ospf6_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index c9cd74b691..b5efca743e 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -201,7 +201,6 @@ extern void ospf6_interface_disable(struct ospf6_interface *); extern void ospf6_interface_state_update(struct interface *); extern void ospf6_interface_connected_route_update(struct interface *); -extern void ospf6_interface_connected_route_add(struct connected *); extern struct in6_addr * ospf6_interface_get_global_address(struct interface *ifp); |
