diff options
author | ceri <ceri@FreeBSD.org> | 2004-11-03 21:51:34 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2004-11-03 21:51:34 +0000 |
commit | 46aaa9be633e5acb9f32935b5bdbc416466c77c9 (patch) | |
tree | d7c834d6a02ce7a284601a50673130fbef839e35 /sbin/ipfw | |
parent | 247b99a09435c4a5ab152e76016bcc11ba75dc91 (diff) | |
download | FreeBSD-src-46aaa9be633e5acb9f32935b5bdbc416466c77c9.zip FreeBSD-src-46aaa9be633e5acb9f32935b5bdbc416466c77c9.tar.gz |
Be more clear that "bridged" is a synonym for "layer2".
PR: docs/44400
Submitted by: Constantin Stefanov <cstef at mail dot ru>
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 96944e1..d3eb987 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -943,7 +943,8 @@ You can have comment-only rules, which are listed as having a .Cm count action followed by the comment. .It Cm bridged -Matches only bridged packets. +Alias for +.Cm layer2 . .It Cm diverted Matches only packets generated by a divert socket. .It Cm diverted-loopback |