aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-05-18 21:01:36 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-05-18 21:01:36 +0000
commitffda67901eae8e304935d30c26ccaa0f46afc851 (patch)
tree64604023b6fc29cfd498e3debbfa56d3c0fb3815 /tools
parent862dc23d735b832298c2c688c02a616290d66205 (diff)
downloadsrc-ffda67901eae8e304935d30c26ccaa0f46afc851.tar.gz
src-ffda67901eae8e304935d30c26ccaa0f46afc851.zip
Change ed(4), ep(4), and fxp(4) examples to em(4).
ed(4) and ep(4) have been removed. fxp(4) remains popular in older systems, but isn't as future proof as em(4). Reviewed by: bz, jhb MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D20311
Notes
Notes: svn path=/head/; revision=347963
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinybsd/conf/firewall/etc/rc.firewall4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/tinybsd/conf/firewall/etc/rc.firewall b/tools/tools/tinybsd/conf/firewall/etc/rc.firewall
index 05a1a6aaec95..bda2ff62a155 100644
--- a/tools/tools/tinybsd/conf/firewall/etc/rc.firewall
+++ b/tools/tools/tinybsd/conf/firewall/etc/rc.firewall
@@ -195,13 +195,13 @@ case ${firewall_type} in
############
# set these to your outside interface network and netmask and ip
- oif="ed0"
+ oif="em0"
onet="192.0.2.0"
omask="255.255.255.240"
oip="192.0.2.1"
# set these to your inside interface network and netmask and ip
- iif="ed1"
+ iif="em1"
inet="192.0.2.16"
imask="255.255.255.240"
iip="192.0.2.17"