diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:53:03 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:53:03 +0200 |
commit | ddb59df2a039d1326122e3b0ed1a22fbf1c42a52 (patch) | |
tree | 9bcf593cf809204722ca7df3c9fe4de7aba38ebf /recipes-networking/openvswitch/files/openvswitch-switch-setup | |
download | meta-virtualization-ddb59df2a039d1326122e3b0ed1a22fbf1c42a52.tar.gz |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.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 | ||