Nick Bastin

Results 15 issues of Nick Bastin

Noting this here just to track thoughts if anyone has any before I go off and implement things... It would be nice if the installation included a non-interactive downloader that...

The installer adds ` https://deb.nodesource.com/node_10.x/dists/bionic/InRelease` (on U18.04) to sources.list.d/, but there's no documentation that indicates this.

needs-documentation

If your install goes pear-shaped (see #575), you have to clean up what has been done but it's not obvious how to figure this out. At the very least it...

needs-documentation

### Bug description If you install the prerequisites as indicated on the web site, and run the bootstrap.py script, it thinks you don't get Node.js and the installation fails. ####...

bug

Reported from IRC: laptop: Toshiba Chromebook CB35 2014 (Baytrail) + GalliumOS 3.0.a2 . Issue onboard sound too SOFT, not as loud as old driver from 2.1 distro . Also when...

Need to be able to distinguish what is an acceptable port as an input match versus valid ports for output actions. (Would also happen to allow for the use or...

Need to be able to specify per-flowspace action constraints, along the lines of "this output port can only be used if the packet is on this VLAN", or "this subnet...

Instead of writing into the padding (sometimes creating packets that can't be parsed by less-than-robust LLDP implementations), FlowVisor should write a real TLV into the packet (and then strip it...

If I create a slice that has dl_type=0x5FF, I should get (most) frames that have an ethertype < 1500 (these are packets where the length is encoded in the bytes...

FlowVisor spends a lot of time logging things like this: Nov 15 13:54:13 thermopylae -1>Nov 15 13:54:13 flowvisor: WARN none : No match for: OFMatch[in_port=72,dl_dst=01:00:0c:cc:cc:cd,dl_src=30:37:a6:d1:0d:17,dl_type=0x32,dl_vlan=65535,dl_vpcp=0,nw_dst=0.0.0.0,nw_src=0.0.0.0,nw_proto=0,nw_tos=0,tp_dst=0,tp_src=0] In this case the packet...