Add setting mac address for ovs_port

Requried for I7f9651b6cbe39afce2ebd989aab582dbda643654

Change-Id: I2a7768cd0899070fb095dd49cc3e678cd540cf3a
Related-PROD: PROD-25286
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 %}