Comment 10 for bug 1812117

Revision history for this message
Ali Haider (alihaider97) wrote :

Much obliged, translating the above configuration into the following version 1 equivalent worked immediately.

Here it is for reference:
version: 1
config:
    - type: physical
      name: eth0
      subnets:
        - type: static
          address: 10.20.112.221/22
          gateway: 10.20.115.254
    - type: route
      destination: 0.0.0.0/0
      gateway: 10.20.115.254

Thank you for your assistance on this matter, I was under the presumption from the above comment that it had been picked up in upstream 19.1 and greater.