Commit ec273275 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

crit: Add INET6 familiy

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 926e42ac
...@@ -124,7 +124,7 @@ gen_maps = { ...@@ -124,7 +124,7 @@ gen_maps = {
} }
sk_maps = { sk_maps = {
'family' : { 2: 'INET' }, 'family' : { 2: 'INET', 10: 'INET6'},
'type' : { 1: 'STREAM', 2: 'DGRAM' }, 'type' : { 1: 'STREAM', 2: 'DGRAM' },
'state' : { 1: 'ESTABLISHED', 7: 'CLOSE', 10: 'LISTEN' }, 'state' : { 1: 'ESTABLISHED', 7: 'CLOSE', 10: 'LISTEN' },
'proto' : { 6: 'TCP' }, 'proto' : { 6: 'TCP' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment