Switch to use new ovs nsh version
[groupbasedpolicy.git] / demos / gbpsfc-env / infrastructure_launch.py
index 5653063c93bfe0f2623afb4a610eb65bcccef117..76efb0dc0cf79c3d2fc2db36d86a70901a7f1bcd 100755 (executable)
@@ -52,6 +52,7 @@ def addGpeTunnel(sw, sourceIp=None):
     cmd = ['ovs-vsctl', 'add-port', sw, ifaceName,
            '--', 'set', 'Interface', ifaceName,
            'type=vxlan',
+           'options:exts=gpe',
            'options:remote_ip=flow',
            'options:dst_port=6633',
            'options:nshc1=flow',