Merge "log-api: Don't enable logging for linuxbridge"

This commit is contained in:
Zuul 2018-01-18 19:43:31 +00:00 committed by Gerrit Code Review
commit d10ef71e10
1 changed files with 1 additions and 1 deletions

View File

@ -113,10 +113,10 @@ case $VENV in
fi
if [[ "$VENV" =~ "ovs" ]]; then
load_conf_hook ovsfw
load_rc_hook log # bug 1743463
fi
if [[ "$VENV" != "dsvm-scenario-linuxbridge" ]]; then
load_conf_hook tunnel_types
load_rc_hook log # bug 1743463
fi
if [[ "$VENV" =~ "dsvm-scenario-linuxbridge" ]]; then
# linuxbridge doesn't support gre