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: do not reset affinity (see #233)

This commit is contained in:
Steffen Vogel 2019-03-15 17:19:08 +01:00
parent 7c7c4a00e3
commit 61f4920c71

View file

@ -120,7 +120,7 @@ int if_stop(struct interface *i)
{
info("Stopping interface '%s'", if_name(i));
if_set_affinity(i, -1L);
//if_set_affinity(i, -1L);
if (i->tc_qdisc)
tc_reset(i);