]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: remove `distribute_{in,out}` from interface 14863/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 22 Nov 2023 21:53:17 +0000 (22:53 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 22 Nov 2023 22:00:30 +0000 (23:00 +0100)
Both of these fields are just straight up completely unused.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/if.h

index dd67c32a663fe3b1fcbd6fad7b0fdb6ee7752703..560635f7c4800a06781d85a55c8c111cd1d297d8 100644 (file)
--- 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];