netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libxt_devgroup: manpage corrections
@ 2014-09-15 12:35 Ana Rey
  2014-09-15 12:49 ` Florian Westphal
  0 siblings, 1 reply; 2+ messages in thread
From: Ana Rey @ 2014-09-15 12:35 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Ana Rey

This corrects several errors in the devgroup match.

Signed-off-by: Ana Rey <anarey@gmail.com>
---
 extensions/libxt_devgroup.man |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/libxt_devgroup.man b/extensions/libxt_devgroup.man
index 4a66c9f..7696f28 100644
--- a/extensions/libxt_devgroup.man
+++ b/extensions/libxt_devgroup.man
@@ -1,7 +1,7 @@
 Match device group of a packets incoming/outgoing interface.
 .TP
-[\fB!\fP] \fB\-\-src\-group\fP \fIname\fP
+[\fB!\fP] \fB\-\-src\-group\fP \fIvalue[/mask]\fP
 Match device group of incoming device
 .TP
-[\fB!\fP] \fB\-\-dst\-group\fP \fIname\fP
+[\fB!\fP] \fB\-\-dst\-group\fP \fIvalue[/mask]\fP
 Match device group of outgoing device
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libxt_devgroup: manpage corrections
  2014-09-15 12:35 [PATCH] libxt_devgroup: manpage corrections Ana Rey
@ 2014-09-15 12:49 ` Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2014-09-15 12:49 UTC (permalink / raw)
  To: Ana Rey; +Cc: netfilter-devel

Ana Rey <anarey@gmail.com> wrote:
> This corrects several errors in the devgroup match.
> 
> Signed-off-by: Ana Rey <anarey@gmail.com>
> ---
>  extensions/libxt_devgroup.man |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/extensions/libxt_devgroup.man b/extensions/libxt_devgroup.man
> index 4a66c9f..7696f28 100644
> --- a/extensions/libxt_devgroup.man
> +++ b/extensions/libxt_devgroup.man
> @@ -1,7 +1,7 @@
>  Match device group of a packets incoming/outgoing interface.
>  .TP
> -[\fB!\fP] \fB\-\-src\-group\fP \fIname\fP
> +[\fB!\fP] \fB\-\-src\-group\fP \fIvalue[/mask]\fP

The match also supports name mappings via /etc/iproute2/group_map.

[ although iproute2 seems to use /etc/iproute2/group instead,
  perhaps a bug? ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-15 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15 12:35 [PATCH] libxt_devgroup: manpage corrections Ana Rey
2014-09-15 12:49 ` Florian Westphal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).