google_guest_agent/addresses.go (6 lines): - line 114: // TODO: getLocalRoutes and getIPForwardEntries should be merged. - line 152: // TODO: addLocalRoute and addRoute should be merged with the addition of ipForwardType to ipForwardEntry. - line 158: // TODO: Subnet size should be parsed from alias IP entries. - line 167: // TODO: removeLocalRoute should be changed to removeIPForwardEntry and match getIPForwardEntries. - line 173: // TODO: Subnet size should be parsed from alias IP entries. - line 185: // TODO return a filtered list rather than modifying the metadata object. liamh@15-11-19 google_guest_agent/instance_setup.go (2 lines): - line 96: // TODO incorporate these scripts into the agent. liamh@12-11-19 - line 187: // TODO Also do this for windows. liamh@13-11-2019 google_guest_agent/addresses_unix.go (2 lines): - line 25: // TODO: addLocalRoute and addRoute should be merged with the addition of ipForwardType to ipForwardEntry. - line 30: // TODO: getLocalRoutes and getIPForwardEntries should be merged. google_guest_agent/clock.go (1 line): - line 54: // TODO get server google_guest_agent/oslogin.go (1 line): - line 283: // TODO: this feels like a case for a text/template google_metadata_script_runner/main.go (1 line): - line 19: // TODO: compare log outputs in this utility to linux. google_guest_agent/main.go (1 line): - line 207: // TODO: move all this metadata dependent code to its own metadata event handler. google_guest_agent/non_windows_accounts.go (1 line): - line 140: // TODO: is this OK to continue past?