Skip to content

Commit

Permalink
Capture traffic for ERSPAN from br-access instead of br-int (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Flynn <tom.flynn@gmail.com>
  • Loading branch information
tomflynn committed Sep 3, 2020
1 parent b590a10 commit a167d4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent-ovs/ovs/OVSRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <opflexagent/logging.h>

#include <boost/asio/placeholders.hpp>
#include <boost/algorithm/string/split.hpp>
#include <openvswitch/vlog.h>
#include <fstream>
#include <ctime>
Expand Down Expand Up @@ -241,7 +240,7 @@ void OVSRenderer::start() {
ovsdbConnection->connect();

if (getAgent().isFeatureEnabled(FeatureList::ERSPAN))
spanRenderer.start(intBridgeName, ovsdbConnection.get());
spanRenderer.start(accessBridgeName, ovsdbConnection.get());
netflowRenderer.start(intBridgeName, ovsdbConnection.get());
qosRenderer.start(intBridgeName, ovsdbConnection.get());
}
Expand Down

0 comments on commit a167d4a

Please sign in to comment.