aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_unix.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-26 16:48:31 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-26 16:48:31 +0100
commitb37b65b0e69a4d22551aa6a207856ad7b3801e69 (patch)
tree1d94aca2c30561fc00b490a8af87f326701bf9ae /sys/linux/socket_unix.txt
parent67f0e5ba11d8226e59fdd33923961e0b4db9f66f (diff)
sys/linux: remove proc type from network descriptions
We now always create net namespace for testing, so socket ports and other IDs do not overlap between different test processes. Proc types play badly with squashing packets to ANYBLOB. To squash into a block we need concrete value, but it depends on process id. Removing proc also makes tun setup and address descriptions simpler.
Diffstat (limited to 'sys/linux/socket_unix.txt')
-rw-r--r--sys/linux/socket_unix.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_unix.txt b/sys/linux/socket_unix.txt
index 5dfe049ca..8ad434833 100644
--- a/sys/linux/socket_unix.txt
+++ b/sys/linux/socket_unix.txt
@@ -43,7 +43,7 @@ sockaddr_un_file {
sockaddr_un_abstract {
family flags[unix_socket_family, int16]
ind const[0, int8]
- id proc[20000, 4, int32]
+ id int32[20000:20004]
}
msghdr_un {