summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2023-11-22 22:53:17 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2023-11-22 23:00:30 +0100
commit6e7465c54e6be65ec88f88b4493fd073698cb39d (patch)
treeaee2f6cb76ef2d5b0e33e73de2bab6923e60834e /lib/if.h
parent8b23c0b0bd3470babe8702f54a47bb223f471b14 (diff)
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>
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/if.h b/lib/if.h
index dd67c32a66..560635f7c4 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -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];