diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:48:23 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:48:23 +0200 |
commit | 1b6242fc583a6b871304fb995af6dc211b58f69b (patch) | |
tree | b5d434d90dedae24792906aa304897c23a134386 /recipes-networking/openvswitchdpdk/files/openvswitchdpdk-switch-setup | |
download | meta-ip-daisy-enea.tar.gz |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-networking/openvswitchdpdk/files/openvswitchdpdk-switch-setup')
-rw-r--r-- | recipes-networking/openvswitchdpdk/files/openvswitchdpdk-switch-setup | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-networking/openvswitchdpdk/files/openvswitchdpdk-switch-setup b/recipes-networking/openvswitchdpdk/files/openvswitchdpdk-switch-setup new file mode 100644 index 0000000..84cea1f --- /dev/null +++ b/recipes-networking/openvswitchdpdk/files/openvswitchdpdk-switch-setup | |||
@@ -0,0 +1,16 @@ | |||
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 | ||
9 | |||
10 | #modify according to platform | ||
11 | export OVS_DPDK_PARAMS=${OVS_DPDK_PARAMS:-"@OVS_DPDK_PARAMS_DEFAULT"} | ||
12 | export OVS_VSWITCHD_PARAMS=${OVS_VSWITCHD_PARAMS:-"@OVS_VSWITCHD_PARAMS_DEFAULT"} | ||
13 | #for debugging redirect to a regular file - this should be done temporary | ||
14 | #if permanent logging is required a service like logrotate is recommended to limit the size of the log file | ||
15 | export OVS_DPDK_LOG=${OVS_DPDK_LOG:-"@OVS_DPDK_LOG_DEFAULT"} | ||
16 | |||