Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dpflog31 if ! ifconfig $pflog_dev > /dev/null 2>&1; then
32 if ! ifconfig $pflog_dev create; then
33 warn "could not create $pflog_dev."
39 if ! ifconfig $pflog_dev up; then
40 warn "could not bring up $pflog_dev."
48 rc_flags="-p $pidfile -f $pflog_logfile -i $pflog_dev $rc_flags"
56 if ! ifconfig $pflog_dev down; then
57 warn "could not bring down $pflog_dev."
82 eval pflog_dev=\$pflog_${2}_dev
86 if [ -z $pflog_dev ]; then
[all …]