lib: remove distribute_{in,out} from interface

Both of these fields are just straight up completely unused.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2023-11-22 22:53:17 +01:00
parent 8b23c0b0bd
commit 6e7465c54e

View file

@ -275,10 +275,6 @@ struct interface {
/* description of the interface. */
char *desc;
/* Distribute list. */
void *distribute_in;
void *distribute_out;
/* Connected address list. */
struct if_connected_head connected[1];