cloudinit/network
Alex Crawford 159f4a2c7c feat(network): Add support for blind interfaces
It is valid for an interface to reference another, otherwise undeclared,
interface (i.e. a bond enslaves eth0 without eth0 having its own iface stanza).
In order to associate the two interfaces, the undeclared interface needs to be
implicitly created so that it can be referenced by the other. This adds the
capability to forward-declare interfaces in addition to cleaning up the
process a little bit.
2014-06-11 22:07:33 -07:00
..
interface_test.go feat(network): Add support for blind interfaces 2014-06-11 22:07:33 -07:00
interface.go feat(network): Add support for blind interfaces 2014-06-11 22:07:33 -07:00
network_test.go test(interfaces): Add tests for network conversion 2014-06-02 15:31:27 -07:00
network.go feat(convertNetconf): Add support for network config conversion 2014-06-02 15:31:30 -07:00
stanza_test.go test(interfaces): Add tests for network conversion 2014-06-02 15:31:27 -07:00
stanza.go feat(interfaces): Add support for interfaces file 2014-06-02 15:30:37 -07:00