[BusyBox 0000465]: [PATCH] Options to nc for setting DiffServ DSCP and VLAN user-priority

bugs at busybox.net bugs at busybox.net
Mon Feb 18 10:34:22 UTC 2008


The following issue requires your FEEDBACK. 
====================================================================== 
http://busybox.net/bugs/view.php?id=465 
====================================================================== 
Reported By:                oskar
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   465
Category:                   New Features
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             10-04-2005 01:18 PDT
Last Modified:              02-18-2008 02:34 PST
====================================================================== 
Summary:                    [PATCH] Options to nc for setting DiffServ DSCP and
VLAN user-priority
Description: 
Trivial patch that adds two new options for nc:
-q DSCP     set IP DSCP
-Q PRIO     set VLAN user-priority

The above will set the socket options IP_TOS and SO_PRIORITY accordingly.

This allows nc to mark packets in a QoS DiffServ aware network.

The patch has been accepted by the GNU netcat project and will be
included
in the 0.8 release.
====================================================================== 

---------------------------------------------------------------------- 
 oskar - 02-15-06 05:53  
---------------------------------------------------------------------- 
For compatibility with other netcat implementations I suggest the options
are changed to -D for DSCP and -P for VLAN user-priority. For instance, in
nc v1.10 -q is occupied.
Uploaded modified patch with options updated: nc_busybox_new_options.patch

 

---------------------------------------------------------------------- 
 vda - 02-18-08 02:34  
---------------------------------------------------------------------- 
This is creeping featuritis. For this to be accepted, it should be editing
nc_bloaty.c, not nc.c; and should have these options optional on
CONFIG_something. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-04-05 01:18  oskar          New Issue                                    
10-04-05 01:18  oskar          Status                   new => assigned     
10-04-05 01:18  oskar          Assigned To               => BusyBox         
10-04-05 01:18  oskar          File Added: nc_busybox.patch                    
10-08-05 06:39  oskar          Note Added: 0000614                          
10-08-05 06:59  oskar          Issue Monitored: oskar                       
02-15-06 05:52  oskar          File Added: nc_busybox_new_options.patch         
          
02-15-06 05:53  oskar          Note Edited: 0000614                         
02-18-08 02:34  vda            Note Added: 0004994                          
02-18-08 02:34  vda            Status                   assigned => feedback
======================================================================




More information about the busybox-cvs mailing list