On Tue, Oct 14, 2014 at 03:35:53PM +0900, YAMAMOTO Takashi wrote: > Signed-off-by: YAMAMOTO Takashi <[email protected]>
Reviewed-by: Simon Horman <[email protected]> > --- > ryu/ofproto/ofproto_v1_4.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ryu/ofproto/ofproto_v1_4.py b/ryu/ofproto/ofproto_v1_4.py > index e12dcd6..0198c6e 100644 > --- a/ryu/ofproto/ofproto_v1_4.py > +++ b/ryu/ofproto/ofproto_v1_4.py > @@ -388,6 +388,8 @@ oxm_types = [ > oxm_fields.OpenFlowBasic('tunnel_id', 38, oxm_fields.Int8), > oxm_fields.OpenFlowBasic('ipv6_exthdr', 39, oxm_fields.Int2), > oxm_fields.OpenFlowBasic('pbb_uca', 41, oxm_fields.Int1), > + oxm_fields.NiciraExtended1('tun_ipv4_src', 31, oxm_fields.IPv4Addr), > + oxm_fields.NiciraExtended1('tun_ipv4_dst', 32, oxm_fields.IPv4Addr), > ] > > oxm_fields.generate(__name__) > -- > 1.9.4 > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
