mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
MFC r196230:
Appease VNET_DEBUG - in if_vmove we temporarily switch i.e. recurse from one vnet to another which is OK, so no need to flood the console with warnings here. Approved by: re (rwatson), julian (mentor) Approved by: re (rwatson)
This commit is contained in:
parent
0e9c71019b
commit
d326ff4914
1 changed files with 1 additions and 1 deletions
|
|
@ -920,7 +920,7 @@ if_vmove_loan(struct thread *td, struct ifnet *ifp, char *ifname, int jid)
|
|||
|
||||
/* Make sure the named iface does not exists in the dst. prison/vnet. */
|
||||
/* XXX Lock interfaces to avoid races. */
|
||||
CURVNET_SET(pr->pr_vnet);
|
||||
CURVNET_SET_QUIET(pr->pr_vnet);
|
||||
difp = ifunit(ifname);
|
||||
CURVNET_RESTORE();
|
||||
if (difp != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue