1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

if: add new interfaces to list

This commit is contained in:
Steffen Vogel 2019-01-21 23:00:55 +01:00
parent ef2eb6a2fa
commit 199c34710e

View file

@ -168,6 +168,8 @@ struct interface * if_get_egress(struct sockaddr *sa, struct vlist *interfaces)
if (ret)
NULL;
vlist_push(interfaces, i);
return i;
}