mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-04 00:05:26 +00:00
net: Packet sockets basic support
Support only basic packet socket functionality -- create and bind. This should be enough to start testing dhclient inside container. Other stuff (filter, mmaps, fanouts, etc.) will come later. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -30,6 +30,7 @@ enum {
|
||||
PB_REG_FILES,
|
||||
PB_INETSK,
|
||||
PB_UNIXSK,
|
||||
PB_PACKETSK,
|
||||
PB_PIPES,
|
||||
PB_FIFO,
|
||||
PB_PIPES_DATA,
|
||||
|
Reference in New Issue
Block a user