pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

commit 88008ab347a73d7352757566931d6971ff2fdc38
parent aa45659a4cb55c5477c49146fe83667a8ca5aa33
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 12 Mar 2023 20:54:44 +0100

Removed unused variable from rt_find

Diffstat:
Msrc/util/routing-table.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/util/routing-table.c b/src/util/routing-table.c @@ -155,7 +155,6 @@ struct pmlag_iface * rt_find( // Lock the routing table pthread_mutex_lock(mtx); struct pmlag_rt_entry *rt_entry; - struct pmlag_iface *iface; int llist_len = 0; // Attempt to fetch the rt entry