mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 04:54:44 +00:00
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 New Issue
Block a user