summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ppp')
-rw-r--r--etc/rc.d/ppp3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp
index 8a2d9e0..2326c0a 100644
--- a/etc/rc.d/ppp
+++ b/etc/rc.d/ppp
@@ -40,9 +40,10 @@ ppp_precmd()
ppp_postcmd()
{
- # Re-Sync ipfilter so it picks up any new network interfaces
+ # Re-Sync ipfilter and pf so they pick up any new network interfaces
#
/etc/rc.d/ipfilter resync
+ /etc/rc.d/pf resync
}
load_rc_config $name
OpenPOWER on IntegriCloud