Remove an incorrect TODO

This commit is contained in:
Nick Thomas
2013-08-06 19:47:41 +01:00
parent b5472e7aa4
commit b68a2d6411

View File

@@ -77,7 +77,6 @@ int main(int argc, char** argv)
default: default:
warn( "Unknown IP version: %i", recv_pkt.hdr.ip.version ); warn( "Unknown IP version: %i", recv_pkt.hdr.ip.version );
} }
warn( "TODO: select wrap / unwrap functionality based on destination IP" );
if ( !result ) { if ( !result ) {
warn( "Failed to process received packet, dropping." ); warn( "Failed to process received packet, dropping." );