Skip to content

Commit c288312

Browse files
committed
ndp input plugin - meta is default for testing
1 parent 95a10c2 commit c288312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

input/ndp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ void NdpPacketReader::init(const char *params)
9292
if (parser.m_dev.empty()) {
9393
throw PluginError("specify device path");
9494
}
95-
if (parser.m_metadata == "ctt") {
95+
//if (parser.m_metadata == "ctt") {
9696
m_ctt_metadata = true;
97-
}
97+
//}
9898
init_ifc(parser.m_dev);
9999
}
100100

0 commit comments

Comments
 (0)