diff options
author | dch <dch@FreeBSD.org> | 2018-03-21 06:04:20 +0800 |
---|---|---|
committer | dch <dch@FreeBSD.org> | 2018-03-21 06:04:20 +0800 |
commit | 35be48cf9e8e2c011a21a93a739aac93ba95b19c (patch) | |
tree | 2a09423b41c3776766bfabfa2735a7020ab2911b | |
parent | 9a5dd877655289b8cc52427810c016dd0a178c57 (diff) | |
download | freebsd-ports-gnome-35be48cf9e8e2c011a21a93a739aac93ba95b19c.tar.gz freebsd-ports-gnome-35be48cf9e8e2c011a21a93a739aac93ba95b19c.tar.zst freebsd-ports-gnome-35be48cf9e8e2c011a21a93a739aac93ba95b19c.zip |
ensure zerotier tap interfaces are available before firewalls start
Approved by: swills (mentor)
Obtained from:2018Q1
Sponsored by: iwantmyname (https://iwantmyname.com/)
Differential Revision: https://reviews.freebsd.org/D14777
-rw-r--r-- | net/zerotier/files/zerotier.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zerotier/files/zerotier.in b/net/zerotier/files/zerotier.in index 40dbfbd86f0f..95b19fe2cac3 100644 --- a/net/zerotier/files/zerotier.in +++ b/net/zerotier/files/zerotier.in @@ -3,7 +3,8 @@ # $FreeBSD$ # # PROVIDE: zerotier -# REQUIRE: LOGIN +# REQUIRE: FILESYSTEMS netif +# BEFORE: pf ipfw # KEYWORD: shutdown # # Add these lines to /etc/rc.conf.local or /etc/rc.conf |