Bruce A. Mah
Bruce A. Mah
This change is needed to display some streaming telemetry updates with `gnmi_cli -display_type s`.
When restoring the state of the VPN service, we're supposed to recreate the VPN objects. We do restore the properties corresponding to a number of members of VPN objects (for...
When we run the vpn command, it checks to see if the current Python environment has a callback object (for receiving PACKET_IN notifications). If it doesn't it creates one and...
I've seen a username of "null" in a database collection prefix instead of the expected "admin". I'm not sure how this happened. Noting this for reference. ``` hattori:bmah% mongo --host...
Currently, MP-VPN sites (defined as a physical port on a hardware switch) are hard-coded in `vpn.py`. It'd be nice if we could define these dynamically, also if we could associate...
Currently in various parts of ENOS and the SDN testbed we can refer to OVS switches with names of the form `*-ovs` or `*-ovs-1`. The former was the original format...
The "Summer 2015" edition of the MP-VPN (what was used in the iDiscovery tutorial) included the ability to tap into a VPN. This is an important component of Network Function...
Currently sites in the MP-VPN application are described by a data structure that is hardcoded in vpn.py. This information should really be captured in a topology (or at least a...
Somehow in the iperf 3.17 source tarball, the version number of the binary built seems to still be `3.16+`. It should read `3.17`. Also the version number in `configure.ac` on...
Closes #1597. * Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: `master` * Issues fixed (if any): #1597 * Brief description...