Searched refs:pflog_dev (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/etc/rc.d/
H A Dpflog28 # create pflog_dev interface if needed
29 if ! ifconfig $pflog_dev > /dev/null 2>&1; then
30 if ! ifconfig $pflog_dev create; then
31 warn "could not create $pflog_dev."
36 # set pflog_dev interface to up state
37 if ! ifconfig $pflog_dev up; then
38 warn "could not bring up $pflog_dev."
46 rc_flags="-p $pidfile -f $pflog_logfile -i $pflog_dev $rc_flags"
54 if ! ifconfig $pflog_dev down; then
55 warn "could not bring down $pflog_dev
[all...]

Completed in 105 milliseconds