Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gmpls.h/c: mark several structs as const | Kovarththanan Rajaratnam | 2010-02-20 | 1 | -9/+9 |
| | |||||
* | add support for link attribute subTLV, update GMPLS printer to latest spec ↵ | hannes | 2006-04-14 | 1 | -1/+11 |
| | | | | (rfc4205) | ||||
* | From Manu Pathak: add support for LMP Service Discovery extensions | guy | 2005-05-19 | 1 | -1/+4 |
| | | | | (defined in the UNI 1.0 spec). | ||||
* | bugfix: changed format for diffserv-TE subTLVs, add tok2str() for decoding ↵ | hannes | 2004-09-15 | 1 | -1/+2 |
| | | | | BC models | ||||
* | Move the definitions of the various GMPLS "struct tok"s out of gmpls.h | guy | 2003-06-09 | 1 | -91/+5 |
| | | | | | | | | into a new gmpls.c file; have gmpls.h contain only external declarations of those structures. That removes compiler warnings about static structures being defined but not used, and also lets more than one file share structures used in both of those files, rather than having private definitions of them. | ||||
* | outsource gmpls related tokens to gmpls.h | hannes | 2003-06-06 | 1 | -0/+106 |