forked from Mirror/frr
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:
parent
8b23c0b0bd
commit
6e7465c54e
4
lib/if.h
4
lib/if.h
|
@ -275,10 +275,6 @@ struct interface {
|
||||||
/* description of the interface. */
|
/* description of the interface. */
|
||||||
char *desc;
|
char *desc;
|
||||||
|
|
||||||
/* Distribute list. */
|
|
||||||
void *distribute_in;
|
|
||||||
void *distribute_out;
|
|
||||||
|
|
||||||
/* Connected address list. */
|
/* Connected address list. */
|
||||||
struct if_connected_head connected[1];
|
struct if_connected_head connected[1];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue