vns icon indicating copy to clipboard operation
vns copied to clipboard

Virtual Network System for teaching and experimentation

Results 2 vns issues
Sort by recently updated
recently updated
newest added

Lines 43 and 59 of `vns/AddressAllocation.py` return errors incorrectly, causing python to error out when the return value is unpacked on line 64 of `vns/web/vnswww/views_topology.py`.

When building the sr router from http://nsl.cs.sfu.ca/teaching/11/771/projects/router/sr_stub.tar.gz c@d:~/471/a2/stub$ make sr gcc -c -g -Wall -ansi -D_DEBUG_ -D_LINUX_ sr_router.c -o sr_router.o gcc -c -g -Wall -ansi -D_DEBUG_ -D_LINUX_ sr_main.c -o sr_main.o...