Re: [ovs-dev] [RFC] ovsdb: implement read-only remote connection type

2016-10-13 Thread Lance Richardson
> From: "Ben Pfaff" <b...@ovn.org> > To: "Lance Richardson" <lrich...@redhat.com> > Cc: dev@openvswitch.org, jpe...@ovn.org > Sent: Thursday, October 13, 2016 5:08:42 PM > Subject: Re: [ovs-dev] [RFC] ovsdb: implement read-only remote connection typ

Re: [ovs-dev] [RFC] ovsdb: implement read-only remote connection type

2016-10-13 Thread Ben Pfaff
On Thu, Oct 13, 2016 at 03:08:46PM -0400, Lance Richardson wrote: > Doing 'make check TESTSUITEFLAGS="1876-1881"' executes these test > cases: > 1876: ovsdb-server/read-only ptcp connection ok > 1877: ovsdb-server/read-only punix connection ok > 1878:

[ovs-dev] [RFC] ovsdb: implement read-only remote connection type

2016-10-13 Thread Lance Richardson
This change set adds a new optional "access control" specifier to remote connection descriptors used by ovsdb. Examples: --remote=ptcp:ro:0:192.168.0.10 --remote=punix:ro:asocket.sock --remote=pssl:ro:0:192.168.0.10 --remote=tcp:ro:192.168.0.99: