From: chas w. <ch...@us...> - 2007-12-23 22:30:48
|
Update of /cvsroot/linux-atm/linux-atm/src/br2684 In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18185/src/br2684 Modified Files: Tag: V2_5_0 br2684ctl.8 Log Message: document -p (payload) option; not in mainline kernels yet though Index: br2684ctl.8 =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/br2684/Attic/br2684ctl.8,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** br2684ctl.8 4 Sep 2007 17:17:48 -0000 1.1.2.5 --- br2684ctl.8 23 Dec 2007 22:30:45 -0000 1.1.2.6 *************** *** 12,15 **** --- 12,17 ---- .BI \-e\ 0|1 ] [ + .BI \-p\ 0|1 + ] [ .BI \-s\ sndbuf ] [ *************** *** 30,33 **** --- 32,38 ---- Encapsulation method: 0=LLC, 1=VC mux (the default is 0 or LLC) .TP 15 + .BI \-p\ 0|1 + Payload method: 0=Bridged, 1=Routed (the default is 0 or Bridged) + .TP 15 .BI \-s\ sndbuf Send buffer size. Default is 8192. |