Merge "Add setting mac address for ovs_port"
diff --git a/linux/files/ovs_port b/linux/files/ovs_port
index 222ca8e..a55b821 100644
--- a/linux/files/ovs_port
+++ b/linux/files/ovs_port
@@ -14,3 +14,6 @@
 {%- if port.ovs_options is defined %}
 ovs_options {{ port.ovs_options }}
 {%- endif %}
+{%- if port.hwaddress is defined %}
+hwaddress {{ port.hwaddress }}
+{%- endif %}