auto-l3/.env.example

21 lines
405 B
Plaintext

# Optional: Static IP of the vxlan endpoint to use for the container
AUTO_L3_ADDRESS=
# Router IPv6 within the network
AUTO_L3_IPV6=2001:db8:0::
# Address pool start address
AUTO_L3_PREFIX=2001:db8:1::
# Address pool size
AUTO_L3_PREFIX_LEN=48
# Delegated prefix length
AUTO_L3_DELEGATED_LEN=62
# Babel rxcost for peers
AUTO_L3_RXCOST_PEERING=96
# Babel rxcost for clients
AUTO_L3_RXCOST_VXLAN=4096