Skip to content

Commit

Permalink
ndp input plugin - meta is default for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslavpesek committed Oct 18, 2024
1 parent 95a10c2 commit c288312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/ndp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ void NdpPacketReader::init(const char *params)
if (parser.m_dev.empty()) {
throw PluginError("specify device path");
}
if (parser.m_metadata == "ctt") {
//if (parser.m_metadata == "ctt") {
m_ctt_metadata = true;
}
//}
init_ifc(parser.m_dev);
}

Expand Down

0 comments on commit c288312

Please sign in to comment.