mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
net/ipv6/protobuf: add device config options for ipv6
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com> Reviewed-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
15d40f6be0
commit
200c8b002b
@ -34,6 +34,8 @@ message net_device_entry {
|
||||
repeated int32 conf = 8;
|
||||
|
||||
repeated sysctl_entry conf4 = 9;
|
||||
|
||||
repeated sysctl_entry conf6 = 10;
|
||||
}
|
||||
|
||||
message netns_entry {
|
||||
@ -42,4 +44,7 @@ message netns_entry {
|
||||
|
||||
repeated sysctl_entry def_conf4 = 3;
|
||||
repeated sysctl_entry all_conf4 = 4;
|
||||
|
||||
repeated sysctl_entry def_conf6 = 5;
|
||||
repeated sysctl_entry all_conf6 = 6;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user