Re: jail.conf question (vnet.interface)

2021-06-07 Thread James Gritton
On 2021-06-07 00:04, Milan Obuch wrote: > I need more interfaces moved this way. It is no problem issue > manually > > ifconfig re3 vnet jail0 > > but trying to write > > jail0 > {vnet; > vnet.interface = re2; > vnet.interface = re3; > } > > in jail.conf means only re3 is moved and can be c

Re: jail.conf question (vnet.interface)

2021-06-07 Thread Milan Obuch
On Sun, 06 Jun 2021 09:23:58 -0700, James Gritton wrote: > On 2021-06-06 06:35, Milan Obuch wrote: > > Hi, > > > > for vnet jails, one needs to move some interface into created > > virtual stack. In jail.conf, this could be achieved using > > > > jail0 > > {vnet; > > vnet.interface = re2; >