diff options
author | David Nyström <david.nystrom@enea.com> | 2012-12-06 10:59:57 +0100 |
---|---|---|
committer | David Nyström <david.nystrom@enea.com> | 2012-12-07 15:32:31 +0100 |
commit | 5ac786971c9e32f77efc4ee88e5a2ed140961bd7 (patch) | |
tree | 384d83cccea912b0b88ff47849acf70865d4e449 /recipes-networking/openvswitch/files/openvswitch-switch-setup | |
parent | 43c6da9f1b779b856df51c5b0003c6bddd542bb2 (diff) | |
download | meta-virtualization-5ac786971c9e32f77efc4ee88e5a2ed140961bd7.tar.gz |
Added openvswitch recipe
Signed-off-by: David Nyström <david.nystrom@enea.com>
Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/files/openvswitch-switch-setup')
-rw-r--r-- | recipes-networking/openvswitch/files/openvswitch-switch-setup | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | # This is a POSIX shell fragment -*- sh -*- | ||
2 | |||
3 | # FORCE_COREFILES: If 'yes' then core files will be enabled. | ||
4 | # FORCE_COREFILES=yes | ||
5 | |||
6 | # BRCOMPAT: If 'yes' and the openvswitch-brcompat package is installed, then | ||
7 | # Linux bridge compatibility will be enabled. | ||
8 | # BRCOMPAT=yes | ||