Swap egress hooks for packets entering from the monitor hooks.
This commit is contained in:
parent
6258acf88f
commit
0633aaefef
@ -305,10 +305,10 @@ ngt_rcvdata(hook_p hook, item_p item)
|
||||
dest = &sc->left;
|
||||
} else if (hinfo == &sc->right2left) {
|
||||
dup = NULL;
|
||||
dest = &sc->left;
|
||||
dest = &sc->right;
|
||||
} else if (hinfo == &sc->left2right) {
|
||||
dup = NULL;
|
||||
dest = &sc->right;
|
||||
dest = &sc->left;
|
||||
} else
|
||||
panic("%s: no hook!", __FUNCTION__);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user