> GCC says: > ../ofproto/tunnel.c: In function ‘tnl_port_del’: > ../ofproto/tunnel.c:191: error: unused variable ‘tnl_port’
Thanks, due to a series of unfortunate events, for a while I had -Wno-unused on in my compiler and missed this. > The logging code in tnl_port_receive() is really fucking weird (not > your fault). I assume it used to make sense. Agreed. Thanks for the review. I'm also going to annotate all the functions before merging this. Ethan X-CudaMail-Whitelist-To: [email protected] _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
