[Bug 1962297] Re: [SRU] NetworkManager parser: ip-tunnel connections fail

2022-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package netplan.io - 0.103-0ubuntu5~20.04.6

---
netplan.io (0.103-0ubuntu5~20.04.6) focal; urgency=medium

  * Do not write unvalidated YAML, fixing NM ip-tunnel handling (LP: #1962297)
d/p/0018-keyfile-do-not-try-to-write-out-unvalidated-YAML-LP-.patch

 -- Lukas Märdian   Fri, 25 Feb 2022 10:03:12 +0100

** Changed in: netplan.io (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  [SRU] NetworkManager parser: ip-tunnel connections fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1962297/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962297] Re: [SRU] NetworkManager parser: ip-tunnel connections fail

2022-03-07 Thread Lukas Märdian
Hi Łukasz, thank you for accepting this upload into focal-proposed!

I've tested netplan 0.103-0ubuntu5~20.04.6 and can confirm it fixes the
bug described above. autopkgtest ran successful on all arches and I've
executed the manual testing as described above.

# apt list *netplan*
Listing... Done
libnetplan-dev/focal-proposed,now 0.103-0ubuntu5~20.04.6 amd64 [installed]
libnetplan0/focal-proposed,now 0.103-0ubuntu5~20.04.6 amd64 
[installed,automatic]
netplan.io/focal-proposed,now 0.103-0ubuntu5~20.04.6 amd64 [installed]

Autopkgtests:
https://git.launchpad.net/~slyon/+git/files/plain/LP1962297/focal-amd64.log
https://git.launchpad.net/~slyon/+git/files/plain/LP1962297/focal-arm64.log
https://git.launchpad.net/~slyon/+git/files/plain/LP1962297/focal-armhf.log
https://git.launchpad.net/~slyon/+git/files/plain/LP1962297/focal-ppc64el.log
https://git.launchpad.net/~slyon/+git/files/plain/LP1962297/focal-s390x.log


# nmtui ...

# netplan get nm-devices
NM-eeac5950-49dc-4da5-aa96-9ec769ecf366:
  networkmanager:
name: IP tunnel connection 1
passthrough:
  connection.interface-name: gre20
  connection.type: ip-tunnel
  ip-tunnel.local: 10.20.20.1
  ip-tunnel.mode: '2'
  ip-tunnel.remote: 10.20.20.2
  ipv4.method: auto
  ipv6.addr-gen-mode: stable-privacy
  ipv6.method: auto
uuid: eeac5950-49dc-4da5-aa96-9ec769ecf366
  renderer: NetworkManager

# nmcli c show
NAMEUUID  TYPE   DEVICE 
   
mybr1   aebc6947-d6ad-4074-8946-105c50998a73  bridge 
nm-bridge 
IP tunnel connection 1  eeac5950-49dc-4da5-aa96-9ec769ecf366  ip-tunnel  -- 
   
netplan-eth18bf25856-ca0b-388e-823c-b898666ab9d2  ethernet   --

# nmcli c show eeac5950-49dc-4da5-aa96-9ec769ecf366 | grep ip-tunnel
connection.type:ip-tunnel
ip-tunnel.mode: gre
ip-tunnel.parent:   --
ip-tunnel.local:10.20.20.1
ip-tunnel.remote:   10.20.20.2
ip-tunnel.ttl:  0
ip-tunnel.tos:  0
ip-tunnel.path-mtu-discovery:   yes
ip-tunnel.input-key:--
ip-tunnel.output-key:   --
ip-tunnel.encapsulation-limit:  0
ip-tunnel.flow-label:   0
ip-tunnel.mtu:  0
ip-tunnel.flags:0x0 (none)

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  [SRU] NetworkManager parser: ip-tunnel connections fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1962297/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962297] Re: [SRU] NetworkManager parser: ip-tunnel connections fail

2022-03-07 Thread Łukasz Zemczak
Hello Lukas, or anyone else affected,

Accepted netplan.io into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/netplan.io/0.103-0ubuntu5~20.04.6
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: netplan.io (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  [SRU] NetworkManager parser: ip-tunnel connections fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1962297/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962297] Re: [SRU] NetworkManager parser: ip-tunnel connections fail

2022-02-25 Thread Lukas Märdian
This fix is only relevant on core20/core22 (i.e. Focal/Jammy), as this
is the only place where the NetworkManager (snap) is enabled to use the
netplan backend. Therefore I'm marking it WONTFIX on Impish.

** Changed in: netplan.io (Ubuntu Impish)
   Status: New => Won't Fix

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

Title:
  [SRU] NetworkManager parser: ip-tunnel connections fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1962297/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962297] Re: [SRU] NetworkManager parser: ip-tunnel connections fail

2022-02-25 Thread Lukas Märdian
This fix is included in upstream netplan 0.104, so Fix released in Jammy
already.

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

Title:
  [SRU] NetworkManager parser: ip-tunnel connections fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1962297/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs