- 01 May, 2019 4 commits
-
-
Christian Brauner authored
network: Adds IPVLAN support
-
tomponline authored
Example usage: lxc.net[i].type=ipvlan lxc.net[i].ipvlan.mode=[l3|l3s|l2] (defaults to l3) lxc.net[i].ipvlan.flags=[bridge|private|vepa] (defaults to bridge) lxc.net[i].link=eth0 lxc.net[i].flags=up Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
Stéphane Graber authored
seccomp: remove alignment requirements
-
Christian Brauner authored
since apparently there are insane programming languages out there that just silently remove packed members in structs. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 30 Apr, 2019 8 commits
-
-
Stéphane Graber authored
seccomp: don't commit to an api just yet
-
Christian Brauner authored
I'm not sure that I want to be married (to this layout) just yet. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
seccomp: notifier fixes
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
network: Makes some routing functions static
-
tomponline authored
The following functions can be made static for consistency: lxc_ipv4_dest_add lxc_ipv6_dest_add lxc_ip_route_dest_add (renamed) Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
Christian Brauner authored
docs: Adds missing doc entries for seccomp related API extensions
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 29 Apr, 2019 10 commits
-
-
Christian Brauner authored
network: Adds veth static routes feature
-
Christian Brauner authored
network: Fixes bug in macvlan mode selection
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
Stéphane Graber authored
seccomp: cleanup
-
Christian Brauner authored
Simplify and cleanup some of the seccomp code. This mainly focuses on removing the open coding of various seccomp settings all over the code place in favor of centralized helpers. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
tests: Updates .gitignore to ignore test build artefacts
-
Stéphane Graber authored
network: Fixes vlan hook script
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Adds the following new config keys: lxc.net.[i].veth.ipv4.route lxc.net.[i].veth.ipv6.route E.g. lxc.net.0.veth.ipv4.route = 192.0.2.1/32 lxc.net.0.veth.ipv4.route = 192.0.3.0/24 lxc.net.0.veth.ipv6.route = 2001:db8::1/128 lxc.net.0.veth.ipv6.route = 2001:db8:2::/64 Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 26 Apr, 2019 4 commits
-
-
Stéphane Graber authored
network: Fixes a little typo in an error message
-
Stéphane Graber authored
network: Adds hook handling for vlan network type
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
tomponline authored
Signed-off-by:tomponline <thomas.parrott@canonical.com>
-
- 25 Apr, 2019 7 commits
-
-
Stéphane Graber authored
seccomp: SECCOMP_RET_USER_NOTIF support
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 24 Apr, 2019 2 commits
-
-
Christian Brauner authored
Fix 'zfs get' command order
-
pgauret authored
Another case of calling 'zfs get' which requires reordering arguments to work with latest zfs. Signed-off-by:Paul Gauret <pgauret@yahoo.com>
-
- 23 Apr, 2019 2 commits
-
-
Christian Brauner authored
lxc-start: remove bad doc
-
Tycho Andersen authored
We don't in fact exit(1) if this is not specified, and it wouldn't make sense to, since most people probably don't specify this. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 19 Apr, 2019 2 commits
-
-
Stéphane Graber authored
netns_getifaddrs: adapt to kernel changes
-
Christian Brauner authored
s/NETLINK_DUMP_STRICT_CHK/NETLINK_GET_STRICT_CHK/g Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 17 Apr, 2019 1 commit
-
-
Stéphane Graber authored
configure: s/LDLAGS/LDFLAGS/
-