[ovs-dev] [PATCH] sandbox: Add ports to br-int in ovn-setup.

2017-08-10 Thread Russell Bryant
ovs-sandbox comes with a script to quickly set up a simple OVN configuration, ovn-setup.sh. This script set up config in the OVN northbound database, but didn't create the corresponding ports on br-int. Add that to save another step in provisioning this simple environment. Add "ovn-sbctl show" o

Re: [ovs-dev] [PATCH] sandbox: Add ports to br-int in ovn-setup.

2017-08-10 Thread Ben Pfaff
On Thu, Aug 10, 2017 at 04:20:23PM -0400, Russell Bryant wrote: > ovs-sandbox comes with a script to quickly set up a simple > OVN configuration, ovn-setup.sh. This script set up config in the OVN > northbound database, but didn't create the corresponding ports on > br-int. Add that to save anoth

Re: [ovs-dev] [PATCH] sandbox: Add ports to br-int in ovn-setup.

2017-08-10 Thread Russell Bryant
On Thu, Aug 10, 2017 at 4:43 PM, Ben Pfaff wrote: > On Thu, Aug 10, 2017 at 04:20:23PM -0400, Russell Bryant wrote: >> ovs-sandbox comes with a script to quickly set up a simple >> OVN configuration, ovn-setup.sh. This script set up config in the OVN >> northbound database, but didn't create the