In lib/ofp-util.c, ofputil_check_output_port() validates to port in output actions. It currently rejects a output port with id NONE, however a output action with a port NONE is the only way to free all buffers associated with a packet without having to way for a timeout on the buffer.
So it really should permit NONE as port id. Regards Andreas -- -- Dipl. Inform. Andreas Schultz email: [email protected] phone: +49-391-819099-224 mobil: +49-179-7654368 ------------------ managed broadband access ------------------ Travelping GmbH phone: +49-391-8190990 Roentgenstr. 13 fax: +49-391-819099299 D-39108 Magdeburg email: [email protected] GERMANY web: http://www.travelping.com Company Registration: HRB21276 Handelsregistergericht Chemnitz Geschaeftsfuehrer: Holger Winkelmann | VAT ID No.: DE236673780 -------------------------------------------------------------- _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
