]> git.meshlink.io Git - meshlink/blobdiff - src/route.c
Started the implementation of route_meshlink that at the moment routes packets based...
[meshlink] / src / route.c
index 83b9029327aa2bb3918d2e60a2d0a643a81cb16c..00ba4c05b19a7a33f5ed978270ed3b24f99b8a7a 100644 (file)
@@ -946,12 +946,6 @@ static bool do_decrement_ttl(node_t *source, vpn_packet_t *packet) {
 }
 
 void route(node_t *source, vpn_packet_t *packet) {
-
-       if (/*libmeshlink*/ 1) {
-       printf("%s\n",packet->data);
-       return;
-       }
-
        if(pcap)
                send_pcap(packet);