On Tue, Apr 23, 2013 at 01:02:34AM +0900, ????????? wrote: > I want to add IP options field to receive packet in OVSwitch. > In OVS source code, however, no structure for IP options.
If you want to add IP options support, it is because IP options are not yet supported, so your conclusion that IP options are not yet supported should really not be a big surprise. What's your higher-level goal? It seems to me that it is not too useful to match on most IP options, because they can vary per-packet (e.g. timestamp) or because they are not widely used (all of them). Perhaps you just want to match on the presence of any IP option? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
