Add TODO for openbmc/openbmc#3240

Change-Id: I2dcd3625cf72c774d84399e35d3c7be19f744d5c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/configuration/controllers/network-controller.js b/app/configuration/controllers/network-controller.js
index d528e7a..26158ee 100644
--- a/app/configuration/controllers/network-controller.js
+++ b/app/configuration/controllers/network-controller.js
@@ -179,7 +179,7 @@
 
       function setNameservers() {
         // Nameservers does not allow an empty array, since we remove all empty
-        // strings above, could have an empty array.
+        // strings above, could have an empty array. TODO: openbmc/openbmc#3240
         if ($scope.interface.Nameservers.length == 0) {
           $scope.interface.Nameservers.push('');
         }