Date: Wed, 6 Aug 2003 08:56:37 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_atm.c Message-ID: <200308061556.h76Fubnc055950@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/08/06 08:56:37 PDT FreeBSD src repository Modified files: sys/netinet if_atm.c Log: Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit. This change allows one to specify almost the complete traffic parameters for IPoverATM channels through the routing table. Up to now we used 4 byte DL addresses (flag, vpi, vciH, vciL). This format is still allowed. If the address is longer, however, the 5th byte is interpreted as the traffic class (UBR, CBR, VBR or ABR) and the remaining bytes are the parameters for this traffic class: UBR: 0 byte or 3 byte PCR CBR: 3 byte PCR VBR: 3 byte PCR, 3 byte SCR, 3 byte MBS ABR: 3 byte PCR, 3 byte MCR, 3 byte ICR, 3 byte TBE, 1 byte NRM, 1 byte TRM, 2 bytes ADTF, 1 byte RIF, 1 byte RDF and 1 byte CDF A script to generate the corresponding 'route add' arguments will follow soon. Revision Changes Path 1.14 +134 -17 src/sys/netinet/if_atm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308061556.h76Fubnc055950>