Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/tests/packet_data_generator/src/x4.erl | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ryu/tests/packet_data_generator/src/x4.erl 
b/ryu/tests/packet_data_generator/src/x4.erl
index efd4deb..0ba1939 100644
--- a/ryu/tests/packet_data_generator/src/x4.erl
+++ b/ryu/tests/packet_data_generator/src/x4.erl
@@ -207,6 +207,16 @@ x() ->
              class = {experimenter, onf},name = pbb_uca,
              has_mask = false,
              value = <<1:1>>,
+             mask = undefined},
+         #ofp_field{
+             class = nxm_1,name = 31,  % tun_ipv4_src
+             has_mask = false,
+             value = <<1,2,3,4>>,
+             mask = undefined},
+         #ofp_field{
+             class = nxm_1,name = 32,  % tun_ipv4_dst
+             has_mask = false,
+             value = <<1,2,3,4>>,
              mask = undefined}
     ],
     List = [
-- 
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

Reply via email to