[Bug 1735317] Re: Invalid YAML in docs

Mathieu Trudel-Lapierre mathieu.tl at gmail.com
Wed Jan 10 19:21:31 UTC 2018


** Changed in: netplan
       Status: New => Triaged

** Changed in: netplan
   Importance: Undecided => High

** Changed in: netplan
     Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox)

** Also affects: nplan (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: nplan (Ubuntu)
       Status: New => Triaged

** Changed in: nplan (Ubuntu)
   Importance: Undecided => High

** Changed in: nplan (Ubuntu)
     Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox)

** Changed in: netplan
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nplan in Ubuntu.
https://bugs.launchpad.net/bugs/1735317

Title:
  Invalid YAML in docs

Status in netplan:
  Fix Committed
Status in nplan package in Ubuntu:
  Triaged

Bug description:
  In the documentation there are examples of YAML definitions that are
  not valid YAML syntax. Take for example:

   addresses: [192.168.14.2/24, 2001:1::1/64]

  This will error with:

  (<unknown>): found unexpected ':' while scanning a plain scalar at
  line 1 column 31

  This is because the IPv6 address has a ':' and it is not escaped.
  Putting quotes around the IPv6 address or avoiding the one line list
  format would be best.

  This occurs again in the nameservers example with:

        addresses: [8.8.8.8, FEDC::1]

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1735317/+subscriptions



More information about the foundations-bugs mailing list