On Thu, Jul 27, 2017 at 11:49 AM Russell Bryant <[email protected]> wrote:
> On Wed, Jul 26, 2017 at 5:05 PM, Mark Michelson <[email protected]> > wrote: > > This patch extends RBAC restrictiveness of the encap table in > > the ovn southbound database by only allowing modification by the > > chassis that created the encap. > > > > Signed-off-by: Mark Michelson <[email protected]> > > Reported-by: Lance Richardson <[email protected]> > > --- > > ovn/controller/chassis.c | 1 + > > ovn/northd/ovn-northd.c | 2 +- > > ovn/ovn-sb.ovsschema | 7 ++++--- > > ovn/ovn-sb.xml | 3 +++ > > ovn/utilities/ovn-sbctl.c | 1 + > > 5 files changed, 10 insertions(+), 4 deletions(-) > > > > This version doesn't seem to build for me: > > ./ovsdb/ovsdb-idlc.in: syntax > > "{"columns":{"chassis-name":{"type":"string"},"ip":{"type":"string"},"options":{"type":{"key":"string","max":"unlimited","min":0,"value":"string"}},"type":{"type":{"key":{"enum":["set",["geneve","stt","vxlan"]],"type":"string"}}}}}": > syntax error: name must be a valid id > Yes, bad oversight on my part. There were several other issues with the patch besides that, and they should all be corrected in v3. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
