diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2018-03-20 22:04:20 +0000 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2018-03-20 22:04:20 +0000 |
commit | b7a275193c0efdd6bcf122c907eefaed425c6716 (patch) | |
tree | 2a09423b41c3776766bfabfa2735a7020ab2911b | |
parent | 756f89c0da47353ae83af7e6a5ef5641079e8722 (diff) | |
download | ports-b7a275193c0efdd6bcf122c907eefaed425c6716.tar.gz ports-b7a275193c0efdd6bcf122c907eefaed425c6716.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
Notes
Notes:
svn path=/head/; revision=465110
-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 |