aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2023-04-25 17:14:16 +0100
committerGreg Steuck <blackgnezdo@gmail.com>2023-04-27 09:52:01 -0700
commita18ed5a24b4dd24f8b3e9ac673347e182c9de81a (patch)
treecab47faef2ad291ac2db8428919aa3ebd5d49bd1 /sys/openbsd
parent59e959932704c7a500e97fda11bbae7ccca50020 (diff)
executor: detangle common_openbsd.h out of common_bsd.h
Diffstat (limited to 'sys/openbsd')
-rw-r--r--sys/openbsd/vnet.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/openbsd/vnet.txt b/sys/openbsd/vnet.txt
index 6c229b969..f287d9c5c 100644
--- a/sys/openbsd/vnet.txt
+++ b/sys/openbsd/vnet.txt
@@ -149,7 +149,7 @@ arp_packet [
# https://tools.ietf.org/html/rfc791#section-3.1
# https://en.wikipedia.org/wiki/IPv4#Header
-# This corresponds to LOCAL_IPV4 ("172.20.%d.170" % pid) in executor/common_bsd.h
+# This corresponds to LOCAL_IPV4 ("172.20.%d.170" % pid) in executor/common_openbsd.h
ipv4_addr_local {
a0 const[0xac, int8]
a1 const[0x14, int8]
@@ -157,7 +157,7 @@ ipv4_addr_local {
a3 const[0xaa, int8]
} [packed]
-# This corresponds to LOCAL_IPV4 ("172.20.%d.187" % pid) in executor/common_bsd.h
+# This corresponds to LOCAL_IPV4 ("172.20.%d.187" % pid) in executor/common_openbsd.h
ipv4_addr_remote {
a0 const[0xac, int8]
a1 const[0x14, int8]
@@ -490,7 +490,7 @@ ipv6_addr_empty {
a0 array[const[0x0, int8], 16]
}
-# This corresponds to LOCAL_IPV6 ("fe80::%02hxaa" % pid) in executor/common_bsd.h
+# This corresponds to LOCAL_IPV6 ("fe80::%02hxaa" % pid) in executor/common_openbsd.h
ipv6_addr_local {
a0 const[0xfe, int8]
a1 const[0x80, int8]
@@ -499,7 +499,7 @@ ipv6_addr_local {
a4 const[0xaa, int8]
} [packed]
-# This corresponds to REMOTE_IPV6 ("fe80::%02hxbb" % pid) in executor/common_bsd.h
+# This corresponds to REMOTE_IPV6 ("fe80::%02hxbb" % pid) in executor/common_openbsd.h
ipv6_addr_remote {
a0 const[0xfe, int8]
a1 const[0x80, int8]