Sun Jul 19 14:43:35 2020 UTC ()
Remove unused Pp. Sort SEE ALSO.


(wiz)
diff -r1.19 -r1.20 src/sbin/brconfig/brconfig.8

cvs diff -r1.19 -r1.20 src/sbin/brconfig/brconfig.8 (expand / switch to unified diff)

--- src/sbin/brconfig/brconfig.8 2020/07/19 14:39:42 1.19
+++ src/sbin/brconfig/brconfig.8 2020/07/19 14:43:35 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: brconfig.8,v 1.19 2020/07/19 14:39:42 maxv Exp $ 1.\" $NetBSD: brconfig.8,v 1.20 2020/07/19 14:43:35 wiz Exp $
2.\" 2.\"
3.\" Copyright 2001 Wasabi Systems, Inc. 3.\" Copyright 2001 Wasabi Systems, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Written by Jason R. Thorpe for Wasabi Systems, Inc. 6.\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -74,27 +74,26 @@ All other bridge configuration is perfor @@ -74,27 +74,26 @@ All other bridge configuration is perfor
74.Nm . 74.Nm .
75.Pp 75.Pp
76The options are as follows: 76The options are as follows:
77.Bl -tag -width indent 77.Bl -tag -width indent
78.It Fl a 78.It Fl a
79Display the status of all bridge devices present on the system. 79Display the status of all bridge devices present on the system.
80This flag is mutually exclusive with all other sub-commands. 80This flag is mutually exclusive with all other sub-commands.
81.El 81.El
82.Pp 82.Pp
83All other operations require that a bridge be specified. 83All other operations require that a bridge be specified.
84If a bridge is specified with no sub-commands, 84If a bridge is specified with no sub-commands,
85the status of that bridge is displayed. 85the status of that bridge is displayed.
86The following sub-commands are available: 86The following sub-commands are available:
87.Pp 
88.Bl -tag -width indent 87.Bl -tag -width indent
89.It Cm up 88.It Cm up
90Start forwarding packets on the bridge. 89Start forwarding packets on the bridge.
91.It Cm down 90.It Cm down
92Stop forwarding packets on the bridge. 91Stop forwarding packets on the bridge.
93.It Cm add Ar interface 92.It Cm add Ar interface
94Add the interface named by 93Add the interface named by
95.Ar interface 94.Ar interface
96as a member of the bridge. 95as a member of the bridge.
97The interface is put into promiscuous mode 96The interface is put into promiscuous mode
98so that it can receive every packet sent on the network. 97so that it can receive every packet sent on the network.
99.It Cm delete Ar interface 98.It Cm delete Ar interface
100Remove the interface named by 99Remove the interface named by
@@ -246,28 +245,28 @@ create @@ -246,28 +245,28 @@ create
246 add tlp1 stp tlp1 \e 245 add tlp1 stp tlp1 \e
247 add tlp2 stp tlp2 \e 246 add tlp2 stp tlp2 \e
248 add tlp3 stp tlp3 \e 247 add tlp3 stp tlp3 \e
249 add tlp4 stp tlp4 \e 248 add tlp4 stp tlp4 \e
250 add tlp5 stp tlp5 \e 249 add tlp5 stp tlp5 \e
251 add tlp6 stp tlp6 \e 250 add tlp6 stp tlp6 \e
252 add tlp7 stp tlp7 \e 251 add tlp7 stp tlp7 \e
253 up 252 up
254.Ed 253.Ed
255.Sh SEE ALSO 254.Sh SEE ALSO
256.Xr bridge 4 , 255.Xr bridge 4 ,
257.Xr pf 4 , 256.Xr pf 4 ,
258.Xr ifconfig.if 5 , 257.Xr ifconfig.if 5 ,
259.Xr ifconfig 8 , 
260.Xr npf 7 , 258.Xr npf 7 ,
 259.Xr ifconfig 8 ,
261.Xr pfil 9 260.Xr pfil 9
262.Sh HISTORY 261.Sh HISTORY
263The 262The
264.Nm 263.Nm
265utility first appeared in 264utility first appeared in
266.Nx 1.6 . 265.Nx 1.6 .
267.Sh AUTHORS 266.Sh AUTHORS
268The 267The
269.Xr bridge 4 268.Xr bridge 4
270driver and 269driver and
271.Nm 270.Nm
272utility were originally written by 271utility were originally written by
273.An Jason L. Wright 272.An Jason L. Wright