summaryrefslogtreecommitdiff
path: root/network
Commit message (Collapse)AuthorAgeFilesLines
...
* net: enable dhcp6 for containersLennart Poettering2014-06-191-0/+1
|
* network: automatically assign each container veth link a /28 IP address rangeLennart Poettering2014-06-181-0/+2
|
* network: always take possession of host side of nspawn veth tunnels and do ↵Lennart Poettering2014-05-182-0/+20
| | | | IPv4LL on them
* network: default to IPv4LL on host0Tom Gundersen2014-04-031-0/+1
| | | | Now that we have a graceful handover from IPv4LL to DHCP, there is no longer any reason to leave this off by default.
* networkd/nspawn: enable dhcp client on veth device created in guestTom Gundersen2014-02-221-0/+6
| | | | | | | When starting systemd-nspawn with --network-veth, we create a veth device called host0 in the guest. Pick up on this and start a dhcp client on it. We will also pick up host0 netdevs created by other containers should they chose to use the same name.
* udev: net-config - allow interface names to be set from the hwdbTom Gundersen2014-02-191-1/+1
|
* network: move configuration to /etc/systemd/networkTom Gundersen2013-10-291-0/+3
This is private configuraiton, so let's not pollute the namespace (and hence make Debian happy :) ).