4.2 macPools usage

The admin creates a macPools resource on the Network Controller.

 PUT ~/networking/v1/macPools/macPool1
 {
     "properties": {
  
         "startMacAddress": "00-1D-A8-B7-1C-00",
         "endMacAddress": "00-1D-A8-F4-1F-FF"
     }
 }