File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
apps/openstacknode/app/src/main/java/org/onosproject/openstacknode/cli Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3131import org .openstack4j .api .OSClient ;
3232
3333import static org .onosproject .net .AnnotationKeys .PORT_NAME ;
34+ import static org .onosproject .openstacknode .api .Constants .GENEVE_TUNNEL ;
3435import static org .onosproject .openstacknode .api .Constants .GRE_TUNNEL ;
3536import static org .onosproject .openstacknode .api .Constants .INTEGRATION_BRIDGE ;
3637import static org .onosproject .openstacknode .api .Constants .INTEGRATION_TO_PHYSICAL_PREFIX ;
@@ -103,6 +104,7 @@ protected void doExecute() {
103104 if (osNode .dataIp () != null ) {
104105 printPortState (deviceService , osNode .intgBridge (), VXLAN_TUNNEL );
105106 printPortState (deviceService , osNode .intgBridge (), GRE_TUNNEL );
107+ printPortState (deviceService , osNode .intgBridge (), GENEVE_TUNNEL );
106108 }
107109 if (osNode .vlanIntf () != null ) {
108110 printPortState (deviceService , osNode .intgBridge (), osNode .vlanIntf ());
You can’t perform that action at this time.
0 commit comments