Passing acceptance test
diff --git a/openstack/networking/v2/ports/results.go b/openstack/networking/v2/ports/results.go
index dd2bd1a..9f6f5c5 100644
--- a/openstack/networking/v2/ports/results.go
+++ b/openstack/networking/v2/ports/results.go
@@ -53,7 +53,7 @@
 
 type AddressPair struct {
 	IPAddress  string `mapstructure:"ip_address" json:"ip_address,omitempty"`
-	MACAddress string `mapstructure:"mac_address" json:"mac_address"`
+	MACAddress string `mapstructure:"mac_address" json:"mac_address,omitempty"`
 }
 
 // Port represents a Neutron port. See package documentation for a top-level