Recent Commits to NES-Open-Switch:master

Showing posts with label range. Show all posts
Showing posts with label range. Show all posts

Saturday, November 7, 2015

TED update - 16: adding extended addressing parameters in TE-Link address entries

Added #extended #addressing #parameters with #link-address entries in TED module. The address information has been extended by including the #address #prefix length and the #un-numbered address support. The address #prefix allows to represent #ranges of #address in link-address entries. The #address-prefix holds the #prefix #length of the specified address in the entries. The #un-numbered addresses are represented by #address-unnum parameter. Along with the un-numbered address the #parent #IPv4 #address is also included in the entries. The new parameters allows to represent wide range of address in a compact way and variety of address types are added in the link-address entries.

#TED update 16 ...
[commit 555863ef0a1f24731846ba9340de72b4b458a223] (https://github.com/nes-repo/NES-Open-Switch/commit/555863ef0a1f24731846ba9340de72b4b458a223)

Friday, September 11, 2015

GMPLS update - 7: adding custom GMPLS LSR management framework

Added #custom #GMPLS #LSR #management #framework in GMPLS module. This adds the #extended #GMPLS #attribute s to the LSR. The GMPLS #label #range s can be specified in different modes on different #interfaces ( #global / #interface-specific / #upstream-assigned). The #in-segment and #out-segment extended attributes like #top-label, #swap-label, etc ... can be specified. Also #cross-connect and #label-stack information as well cab be specified separately.

#GMPLS update 7 ...
[commit 483275c504e5496e450468b97b663fa9812646d3] (https://github.com/nes-repo/NES-Open-Switch/commit/483275c504e5496e450468b97b663fa9812646d3)

Tuesday, February 10, 2015

Lib freeRange update - 4

Adding #freeRange routine for #index allocation in lib module. This supports allocation of an unused index from the #range and reserving the index from the available index pool.

Lib update 4 ...
[commit d4684a21bdfee7b047c4b4a24aa3d24dc947843d]

Monday, February 9, 2015

Lib freeRange update - 3

Adding #freeRange range used #index removal routine in lib module. This supports deallocation of a used index from the #range and hence returning the index back to the available index pool.

Lib update 3 ...
[commit 5d73486ac0ffaecbfcae147a752c74570662f0c7]

Sunday, February 8, 2015

Lib freeRange update - 2

Adding #freeRange range next #index #look-up routine in lib module. This supports retrieval of next available index from the #range.

Lib update 2 ...
[commit 78a2f0bf7f1468bd20e77950127ef01bcbfe5e47]