diff --git a/containers/base/common.sh b/containers/base/common.sh index 507e0571d..c76377498 100644 --- a/containers/base/common.sh +++ b/containers/base/common.sh @@ -276,3 +276,7 @@ QOS_QUEUE_ID=${QOS_QUEUE_ID:-""} QOS_LOGICAL_QUEUES=${QOS_LOGICAL_QUEUES:-""} QOS_DEF_HW_QUEUE=${QOS_DEF_HW_QUEUE:-False} PRIORITY_TAGGING=${PRIORITY_TAGGING:-True} + +# Session logging options +SLO_DESTINATION=${SLO_DESTINATION:-"collector"} +SAMPLE_DESTINATION=${SAMPLE_DESTINATION:-"collector"} diff --git a/containers/vrouter/agent/entrypoint.sh b/containers/vrouter/agent/entrypoint.sh index 27a5ad98d..c23385446 100755 --- a/containers/vrouter/agent/entrypoint.sh +++ b/containers/vrouter/agent/entrypoint.sh @@ -257,6 +257,10 @@ $priority_group_option $crypt_interface_option +[SESSION_DESTINATION] +slo_destination = $SLO_DESTINATION +sample_destination = $SAMPLE_DESTINATION + EOM cleanup_lbaas_netns_config