diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2023-11-22 22:53:17 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2023-11-22 23:00:30 +0100 |
| commit | 6e7465c54e6be65ec88f88b4493fd073698cb39d (patch) | |
| tree | aee2f6cb76ef2d5b0e33e73de2bab6923e60834e /lib/if.h | |
| parent | 8b23c0b0bd3470babe8702f54a47bb223f471b14 (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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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]; |
