This bug was fixed in the package nplan - 0.32~16.04.4

---------------
nplan (0.32~16.04.4) xenial; urgency=medium

  [ Oliver Grawert ]
  * Prevent unbinding ath6kl_sdio, driver does not support it correctly.
    (LP: #1741910)

  [ Mathieu Trudel-Lapierre ]
  * Re-add snap support patch. (LP: #1747714)
  * Fix syntax for IPv6 addresses in doc. (LP: #1735317)
  * doc: routes are not top-level but per-interface. (LP: #1726695)
  * Implement bridge port-priority parameter. (LP: #1735821)
  * Implement "optional: true" to correctly write systemd network definitions
    with "RequiredForOnline=false", such that these networks do not block boot.
    (LP: #1664844)
  * Various documentation fixes. (LP: #1751814)

 -- Mathieu Trudel-Lapierre <cypher...@ubuntu.com>  Fri, 02 Mar 2018
17:02:03 -0500

** Changed in: nplan (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1735317

Title:
  Invalid YAML in docs

Status in netplan:
  Fix Committed
Status in nplan package in Ubuntu:
  Fix Released
Status in nplan source package in Xenial:
  Fix Released
Status in nplan source package in Artful:
  Fix Released

Bug description:
  [Impact]
  Netplan users referring to documentation to know how to write configurations.

  [Test case]
  1) check 'man netplan'

  [Regression potential]
  None, this change is limited to correcting incorrect documentation.

  ---

  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

_______________________________________________
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to     : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp

Reply via email to