éc«þwùxÊÏ0º2Y¨hêÆ°kèÏ%kuTèÆÍ~/L]³ävSªOèj¼ëV¿öcsæhÎ&£¯Q¨Ôf¸Y7MCÌH;§~ãÖXãàUá/ù'ÉûeU%öÕ¸ºh{b÷!'»"¶è£°ZÂÏbpxa?¿|ÂÒ]`Bµ§Ñ¡:wÄzm^ïh,GÐOv8s%ËÈo¼ÕkS½À¤×ã,Æ>eðü&¼òlÏ_Ü}â`åÆ77>éwà»YÁiåâ'vwf¥:DL7ÊFåße
&´÷æ6!æÖN
ò^¤ÛG¸6Èuc±P·ëÕ/tø¢_&6ôDKÐzôòRÅÖ<Ï8ÐÊÉëlüYÏ«Ü.ÚZ;!u"
openvswitch: Add support for 8021.AD
Change the description of the VLAN tpid field.
Signed-off-by: Thomas F Herbert
---
include/uapi/linux/openvswitch.h | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/op
Thomas F Herbert (3):
openvswitch: 802.1ad uapi changes.
Check for vlan ethernet types for 8021.q or 802.1ad
802.1AD: Flow handling, actions, vlan parsing and netlink attributes
include/linux/if_vlan.h | 17
include/uapi/linux/openvswitch.h | 17 ++--
net/openvswitch/action
Signed-off-by: Thomas F Herbert
---
include/linux/if_vlan.h | 17 +
1 file changed, 17 insertions(+)
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h
index 67ce5bd..88d1be4 100644
--- a/include/linux/if_vlan.h
+++ b/include/linux/if_vlan.h
@@ -627,6 +627,23 @@ stati
Add support for 802.1ad including the ability to push and pop double
tagged vlans. Add support for 802.1ad to netlink parsing and flow
conversion. Uses double nested encap attributes to represent double
tagged vlan. Inner TPID encoded along with ctci in nested attributes.
Signed-off-by: Thomas F H
(Reposting this patch for RFC)
Ovsdb-idl notifies a client that something changed; it does not track
which table, row changed in what way (insert, modify or delete).
As a result, a client has to scan or reconfigure the entire idl after
ovsdb_idl_run(). This is presumably fine for typical ovs schem
Hi,
Not sure if there is a complete guide, but it would be very helpful to
use ovn neutron plugin as a reference:
http://git.openstack.org/openstack/networking-ovn.git
The devstack plugin demonstrates how to setup OVN, including
centralized northd and distributed controller:
devstack/plugin.sh
T
Hi, I want to try ovn, but I don't like openstack and want to integrate ovn
into own handmade system.
Where I can find info ?
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
By default, Unix domain sockets are created with file system permission
mode of 0700. Only the process of the belongs to the same user can
access this socket.
For OVS, it may be more convenient to control access at the group
level rather than at the user level, since the process needs to
access OV
vlog log file can be created when parsing --log-file option, before
switch user, in case the --user option is also specified. This
does not directly causing errors for the running daemons, but leaves
the log files on disk as owned by root. It can be confusing at best.
This patch fixes the log file
Global variable 'switch_user' is no longer needed to make sure
user switch only happens once per process. Testing for uid directly
simplifies the logic; if switch process has taken place, then the
currnet uid can not be zero.
Signed-off-by: Andy Zhou
---
lib/daemon-unix.c | 27 +-
11 matches
Mail list logo