Bruno Rijsman

Results 61 issues of Bruno Rijsman

The documentation on Read the Docs consists largely of empty place holders. See for example https://ncclient.readthedocs.io/en/latest/operations.html#retrieval Looking at the source code, it appears that the public functions are annotated with...

Reporting of the following fields is currently missing: * platform_interface_index * platform_interface_name * trusted_outer_security_key * bfd_up * address_families

enhancement

Add missing fields in "Neighbor LIE Information" reported by "show interface ": * node capabilities * link capabilities * instance name

enhancement

The RIFT-Python source code has numerous references to section numbers and paragraph numbers in the RIFT specification. However, as newer versions of the RIFT specification were published, these section and...

bug

The output of `show spf` reports information about disaggregation in two places: 1. The "Destination" column may report "(Disagg)" after the prefix. This is intended to report whether the prefix...

bug

Instead of importing entire modules everywhere: import foo Import specific things from each module: from foo import SpecificFoo This makes the code shorter and easier to read later on: instead...

enhancement

Currently every RIFT-Python node always summarizes its entire TIE database in a single TIDE packet. If the TIE database is very large (contains many TIEs) then the TIDE packet can...

enhancement

Add startup_time to NodeTIEElement * Was added to Thrift data model * Populate on sending * Process on receiving (report in show, what else?)

enhancement

New field address_families was added to LinkID in the Thrift data model: - Populate address_families on sending - Process address_families on receiving

enhancement

Currently it is necessary to run start.sh etc. as sudo. The docs recommend doing a "sudo bash" first Avoid the need for this by adding a "sudo" where needed to...

enhancement