ipsec: change wildcard value for any protocol of spd policy
[vpp.git] / test / vpp_ipsec.py
index 1db7f85..eb0209f 100644 (file)
@@ -85,7 +85,7 @@ class VppIpsecSpdEntry(VppObject):
         local_stop,
         remote_start,
         remote_stop,
-        proto,
+        proto=socket.IPPROTO_RAW,
         priority=100,
         policy=None,
         is_outbound=1,