Skip to main content

ENV_NET_IPV6

Constant ENV_NET_IPV6 

Source
pub const ENV_NET_IPV6: &str = "MSB_NET_IPV6";
Expand description

Environment variable carrying the guest IPv6 network configuration.

Format: key=value,...

  • addr=ADDR/N — address with prefix length (required)
  • gw=ADDR — default gateway (required)
  • dns=ADDR — DNS server (optional)

Example:

  • MSB_NET_IPV6=addr=fd42:6d73:62:2a::2/64,gw=fd42:6d73:62:2a::1,dns=fd42:6d73:62:2a::1