We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 480f8cb + ab2bcea commit b8d4477Copy full SHA for b8d4477
network/network_interface.ml
@@ -72,7 +72,7 @@ type port = string
72
type bridge = string
73
type dhcp_options = [`set_gateway | `set_dns]
74
type ipv4 = None4 | DHCP4 | Static4 of (Unix.inet_addr * int) list
75
-type ipv6 = None6 | DHCP6 | Autoconf6 | Static6 of (Unix.inet_addr * int) list
+type ipv6 = None6 | Linklocal6 | DHCP6 | Autoconf6 | Static6 of (Unix.inet_addr * int) list
76
77
type duplex = Duplex_unknown | Duplex_half | Duplex_full
78
0 commit comments