Daniel Alvarez 7e980f1ae5 Add Port Group ACL commands
After introducing the concept of Port Groups in OVN, ACLs can be
applied either to a Logical Switch or to a Port Group.
This patch is adding the commands to support adding ACLs to a Port
Group. Also it's removing the initial implementation of adding
standalone ACLs to a Port Group.

Change-Id: I7720cd7aa801fbc4be87e1c665e4549725576269
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
2018-06-06 13:28:41 +02:00
2018-06-06 13:28:41 +02:00
2017-03-13 16:48:53 -05:00
2017-02-24 15:32:17 -05:00
2018-04-12 06:47:49 +00:00
2017-02-24 15:02:19 -05:00
2017-02-24 15:02:19 -05:00
2017-02-24 15:02:19 -05:00
2018-05-29 16:06:41 +01:00
2018-05-29 16:06:41 +01:00
2017-07-08 17:30:45 +00:00
2017-03-15 04:26:57 +00:00
2018-04-12 06:47:49 +00:00

ovsdbapp

A library for creating OVSDB applications

The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.

Features

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication
Description
OVSDB application library
Readme 6.8 MiB
Languages
Python 99.2%
Shell 0.8%