ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/openvswitch/files/openvswitch.config b/external/subpack/net/openvswitch/files/openvswitch.config
new file mode 100644
index 0000000..8fb9d1a
--- /dev/null
+++ b/external/subpack/net/openvswitch/files/openvswitch.config
@@ -0,0 +1,27 @@
+config ovs ovs
+	option disabled 1
+	option ca '/etc/openvswitch/example_ca.crt'
+	option cert '/etc/openvswitch/example_cert.crt'
+	option key '/etc/openvswitch/example_key.crt'
+
+config ovn_northd north
+	option disabled 1
+
+config ovn_controller controller
+	option disabled 1
+
+config ovs_bridge
+	option disabled 1
+	option name 'my-bridge'
+	option controller 'tcp:192.168.0.1'
+	option datapath_desc ''
+	option datapath_id ''
+	option fail_mode 'standalone'
+
+config ovs_port
+	option disabled 1
+	option bridge 'my-bridge'
+	option port 'ovs-port1'
+	option ofport '1'
+	option tag '123'
+	option type 'internal'