summaryrefslogtreecommitdiff
path: root/google_compute_engine_init/sysvinit/google-network-setup
Commit message (Collapse)AuthorAgeFilesLines
* Create Network Daemon (#556)ryanwe2018-04-021-50/+0
| | | | | | | | * Refactor network_setup and ip_forwarding. * Update and add tests. * Update configurations to remove network_setup and ip_forwarding_daemon. * Update configurations to start network_setup daemon. * Update documentation.
* Provide a service to enable network interfaces on boot. (#314)Max Illfelder2016-08-191-0/+50
- Update the google-compute-engine-init package to run the service. - Create a common library for inspecting network interfaces. - Improved style consistency. - Fixed the instance config file logic.