From 0dbf1be314062c33df4d675451badbf0dd2dcd57 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 03:40:30 +0000 Subject: Move libipt_DSCP.man to libxt_DSCP.man for ip6tables.8 --- extensions/libipt_DSCP.man | 9 --------- extensions/libxt_DSCP.man | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 extensions/libipt_DSCP.man create mode 100644 extensions/libxt_DSCP.man diff --git a/extensions/libipt_DSCP.man b/extensions/libipt_DSCP.man deleted file mode 100644 index e8e5cf5b..00000000 --- a/extensions/libipt_DSCP.man +++ /dev/null @@ -1,9 +0,0 @@ -This target allows to alter the value of the DSCP bits within the TOS -header of the IPv4 packet. As this manipulates a packet, it can only -be used in the mangle table. -.TP -.BI "--set-dscp " "value" -Set the DSCP field to a numerical value (can be decimal or hex) -.TP -.BI "--set-dscp-class " "class" -Set the DSCP field to a DiffServ class. diff --git a/extensions/libxt_DSCP.man b/extensions/libxt_DSCP.man new file mode 100644 index 00000000..e8e5cf5b --- /dev/null +++ b/extensions/libxt_DSCP.man @@ -0,0 +1,9 @@ +This target allows to alter the value of the DSCP bits within the TOS +header of the IPv4 packet. As this manipulates a packet, it can only +be used in the mangle table. +.TP +.BI "--set-dscp " "value" +Set the DSCP field to a numerical value (can be decimal or hex) +.TP +.BI "--set-dscp-class " "class" +Set the DSCP field to a DiffServ class. -- cgit v1.2.3