[PATCH] Fix typo in doc comment
--- passt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passt.h b/passt.h index 4cfd6eb..3ffc19f 100644 --- a/passt.h +++ b/passt.h @@ -208,7 +208,7 @@ struct ip6_ctx { * @guest_mac: MAC address of guest or namespace, seen or configured * @hash_secret: 128-bit secret for siphash functions * @ifi4: Template interface for IPv4, -1: none, 0: IPv4 disabled - * @ip: IPv4 configuration + * @ip4: IPv4 configuration * @dns_search: DNS search list * @hostname: Guest hostname * @fqdn: Guest FQDN -- 2.47.2
On Sat, 6 Sep 2025 01:49:25 +0200
Volker Diels-Grabsch
--- passt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/passt.h b/passt.h index 4cfd6eb..3ffc19f 100644 --- a/passt.h +++ b/passt.h @@ -208,7 +208,7 @@ struct ip6_ctx { * @guest_mac: MAC address of guest or namespace, seen or configured * @hash_secret: 128-bit secret for siphash functions * @ifi4: Template interface for IPv4, -1: none, 0: IPv4 disabled - * @ip: IPv4 configuration + * @ip4: IPv4 configuration * @dns_search: DNS search list * @hostname: Guest hostname * @fqdn: Guest FQDN
Applied as well. -- Stefano
participants (2)
-
Stefano Brivio
-
Volker Diels-Grabsch