From a2f67f0a194c31713b209cc9f754b11e677cf3ad Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 04:33:43 +0000 Subject: Move libipt_dscp.man to libxt_dscp.man for ip6tables.8 --- extensions/libipt_dscp.man | 10 ---------- extensions/libxt_dscp.man | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 extensions/libipt_dscp.man create mode 100644 extensions/libxt_dscp.man (limited to 'extensions') diff --git a/extensions/libipt_dscp.man b/extensions/libipt_dscp.man deleted file mode 100644 index cb0b6f3..0000000 --- a/extensions/libipt_dscp.man +++ /dev/null @@ -1,10 +0,0 @@ -This module matches the 6 bit DSCP field within the TOS field in the -IP header. DSCP has superseded TOS within the IETF. -.TP -.BI "--dscp " "value" -Match against a numeric (decimal or hex) value [0-63]. -.TP -.BI "--dscp-class " "\fIDiffServ Class\fP" -Match the DiffServ class. This value may be any of the -BE, EF, AFxx or CSx classes. It will then be converted -into it's according numeric value. diff --git a/extensions/libxt_dscp.man b/extensions/libxt_dscp.man new file mode 100644 index 0000000..cb0b6f3 --- /dev/null +++ b/extensions/libxt_dscp.man @@ -0,0 +1,10 @@ +This module matches the 6 bit DSCP field within the TOS field in the +IP header. DSCP has superseded TOS within the IETF. +.TP +.BI "--dscp " "value" +Match against a numeric (decimal or hex) value [0-63]. +.TP +.BI "--dscp-class " "\fIDiffServ Class\fP" +Match the DiffServ class. This value may be any of the +BE, EF, AFxx or CSx classes. It will then be converted +into it's according numeric value. -- cgit v1.2.3