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:
parent
7c7c4a00e3
commit
61f4920c71
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue