| Submitter | Florian Westphal |
|---|---|
| Date | July 2, 2012, 9:03 p.m. |
| Message ID | <1341262992-10676-1-git-send-email-fw@strlen.de> |
| Download | mbox | patch |
| Permalink | /patch/168640/ |
| State | Accepted |
| Headers | show |
Comments
Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/extensions/libxt_devgroup.man b/extensions/libxt_devgroup.man new file mode 100644 index 0000000..4a66c9f --- /dev/null +++ b/extensions/libxt_devgroup.man @@ -0,0 +1,7 @@ +Match device group of a packets incoming/outgoing interface. +.TP +[\fB!\fP] \fB\-\-src\-group\fP \fIname\fP +Match device group of incoming device +.TP +[\fB!\fP] \fB\-\-dst\-group\fP \fIname\fP +Match device group of outgoing device
Signed-off-by: Florian Westphal <fw@strlen.de> --- extensions/libxt_devgroup.man | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 extensions/libxt_devgroup.man