Re: VNET jails and PF service

2018-12-12 Thread Miroslav Lachman
Goran Mekić wrote on 2018/12/13 01:02: Hello, I can't start PF as service from vnet jail. I have devfs rule to unhide bpf (for dhclient) and pf that the jail is using. I can run "pfctl -e -f /etc/pf.conf" but "service pf start" fails with: kldload: can't load pf: Operation not permitted /etc/rc

VNET jails and PF service

2018-12-12 Thread Goran Mekić
Hello, I can't start PF as service from vnet jail. I have devfs rule to unhide bpf (for dhclient) and pf that the jail is using. I can run "pfctl -e -f /etc/pf.conf" but "service pf start" fails with: kldload: can't load pf: Operation not permitted /etc/rc.d/pf: WARNING: Unable to load kernel mod

Using Callout with ALTQ

2018-12-12 Thread Archit Pandey
Hello all! I had a query regarding the altq subsystem of the freebsd kernel code. Is it advisable to use callout calls in altq code which in turn works with pf? I'm working on implementing ADAPTIVE-RED altq for freebsd, if that helps. Thanks in advance for any help! Regards, Archit Pandey. -- J