destroy br-int
diff --git a/xos/configurations/cord/dataplane/dataplane-vtn.yaml b/xos/configurations/cord/dataplane/dataplane-vtn.yaml
index 50dec10..c53bd1e 100644
--- a/xos/configurations/cord/dataplane/dataplane-vtn.yaml
+++ b/xos/configurations/cord/dataplane/dataplane-vtn.yaml
@@ -18,5 +18,6 @@
   - name: Restart openvswitch
     service: name=openvswitch-switch state=restarted
 
-#  - name: Delete br-int
-#    shell: ovs-vsctl del-br br-int
+  - name: Delete br-int
+    shell: ovs-vsctl show | grep -i br-int > /dev/null && ovs-vsctl del-br br-int
+    ignore_errors: yes
\ No newline at end of file