summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-01-10 22:17:11 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-01-10 22:17:11 +0000
commit72eb816e87c20968eaa7ab25a21842f26bd4de10 (patch)
tree41c8d0fa1af3337231464645ca4b1d1186ba7cac /share/man/man5
parent5fb93f418d531e4ce75a5c09d4a3fa11f40cee09 (diff)
support !command in bridgename.if files, too
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/hostname.if.57
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5
index 0e6229974f1..5fac147325f 100644
--- a/share/man/man5/hostname.if.5
+++ b/share/man/man5/hostname.if.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostname.if.5,v 1.23 2000/11/20 08:00:03 deraadt Exp $
+.\" $OpenBSD: hostname.if.5,v 1.24 2001/01/10 22:17:10 jason Exp $
.\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -247,6 +247,8 @@ add fxp0
add ep1
-learn fxp0
#
+!ipsecadm flush
+#
static fxp0 8:0:20:1e:2f:2b
up # and finally enable it
.Ed
@@ -258,6 +260,9 @@ The options are as follows:
is called for each successive line.
Comments starting with
.Ql #
+and commands to be executed
+prefixed by
+.Ql !
are permitted.
.El
.Sh SEE ALSO