From 5ac786971c9e32f77efc4ee88e5a2ed140961bd7 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Thu, 6 Dec 2012 10:59:57 +0100 Subject: Added openvswitch recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Nyström Reviewed-by: Bruce Ashfield --- recipes-networking/openvswitch/files/openvswitch-switch-setup | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-networking/openvswitch/files/openvswitch-switch-setup (limited to 'recipes-networking/openvswitch/files/openvswitch-switch-setup') diff --git a/recipes-networking/openvswitch/files/openvswitch-switch-setup b/recipes-networking/openvswitch/files/openvswitch-switch-setup new file mode 100644 index 00000000..73387fbc --- /dev/null +++ b/recipes-networking/openvswitch/files/openvswitch-switch-setup @@ -0,0 +1,8 @@ +# This is a POSIX shell fragment -*- sh -*- + +# FORCE_COREFILES: If 'yes' then core files will be enabled. +# FORCE_COREFILES=yes + +# BRCOMPAT: If 'yes' and the openvswitch-brcompat package is installed, then +# Linux bridge compatibility will be enabled. +# BRCOMPAT=yes -- cgit v1.2.3-54-g00ecf