Re: [ovs-dev] [PATCH v2] ovn: Restrict encap modification to its creating chassis

2017-07-27 Thread Mark Michelson
On Thu, Jul 27, 2017 at 11:49 AM Russell Bryant wrote: > On Wed, Jul 26, 2017 at 5:05 PM, Mark Michelson > 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. > > > > Sig

Re: [ovs-dev] [PATCH v2] ovn: Restrict encap modification to its creating chassis

2017-07-27 Thread Russell Bryant
On Wed, Jul 26, 2017 at 5:05 PM, Mark Michelson 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 > Reported-by: Lance Richardson > --- > o

[ovs-dev] [PATCH v2] ovn: Restrict encap modification to its creating chassis

2017-07-26 Thread Mark Michelson
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 Reported-by: Lance Richardson --- ovn/controller/chassis.c | 1 + ovn/northd/ovn-northd.c | 2 +- ovn/o