From: chas w. <ch...@us...> - 2003-05-02 17:47:36
|
Update of /cvsroot/linux-atm/linux-atm/src/qgen In directory sc8-pr-cvs1:/tmp/cvs-serv15054 Modified Files: Tag: V2_5_0 uni.h Log Message: ATM_TDL_NGI should be 0xa not 0x6 -- see the uni 4.0 specification Index: uni.h =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/qgen/uni.h,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** uni.h 9 Oct 2001 22:33:07 -0000 1.2 --- uni.h 2 May 2003 17:47:32 -0000 1.2.2.1 *************** *** 395,399 **** #define ATM_TDL_CUM 0x01 /* Cumulative transit delay value */ #define ATM_TDL_E2EMAX 0x03 /* Maximum end-to-end transit delay value*/ ! #define ATM_TDL_NGI 0x06 /* Network generated indicator */ /* Transit network identification */ --- 395,399 ---- #define ATM_TDL_CUM 0x01 /* Cumulative transit delay value */ #define ATM_TDL_E2EMAX 0x03 /* Maximum end-to-end transit delay value*/ ! #define ATM_TDL_NGI 0x0a /* Network generated indicator */ /* Transit network identification */ |