We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a10c2 commit c288312Copy full SHA for c288312
input/ndp.cpp
@@ -92,9 +92,9 @@ void NdpPacketReader::init(const char *params)
92
if (parser.m_dev.empty()) {
93
throw PluginError("specify device path");
94
}
95
- if (parser.m_metadata == "ctt") {
+ //if (parser.m_metadata == "ctt") {
96
m_ctt_metadata = true;
97
- }
+ //}
98
init_ifc(parser.m_dev);
99
100
0 commit comments