Your IP : 216.73.217.13


Current Path : /usr/share/doc/netplan/examples/
Upload File :
Current File : //usr/share/doc/netplan/examples/direct_connect_gateway_ipv6.yaml

network:
  version: 2
  renderer: networkd
  ethernets:
    addresses: [ "2001:cafe:face:beef::dead:dead/64" ]
    routes:
      - to: "2001:cafe:face::1/128"
        scope: link
      - to: "::/0"
        via: "2001:cafe:face::1"
        on-link: true