[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2022-05-12 Thread Lukas Märdian
** No longer affects: nplan (Ubuntu)

** Changed in: netplan.io (Ubuntu)
   Importance: Medium => Low

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

Title:
  netplan does not generates .network files just for ethernet

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


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

[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2022-05-12 Thread Brian Murray
** Tags removed: rls-kk-incoming

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

Title:
  netplan does not generates .network files just for ethernet

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


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

[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2022-03-17 Thread Brian Murray
** Tags removed: rls-jj-incoming
** Tags added: rls-kk-incoming

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

Title:
  netplan does not generates .network files just for ethernet

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


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

[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2022-03-16 Thread Lukas Märdian
Moving it over to the netplan.io project, as nplan is deprecated.

I think we actually have an upstream way of matching Type=ether nowadays
(as of systemd v245+), so we should reconsider implementing a fix for
this.

https://github.com/systemd/systemd/commit/ef62949a23a2d6dc722659cc527f6e0006135dc9

** Also affects: netplan.io (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netplan.io (Ubuntu)
   Status: New => Triaged

** Changed in: netplan.io (Ubuntu)
   Importance: Undecided => Medium

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

** Tags added: rls-jj-incoming

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

Title:
  netplan does not generates .network files just for ethernet

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


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

[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2021-06-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "non-working patch" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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

[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2021-06-30 Thread Dan Streetman
please reopen if this is still an issue

** Changed in: systemd (Ubuntu)
   Status: Triaged => 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/1618522

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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

[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2017-03-07 Thread Mathieu Trudel-Lapierre
This is somewhat related to
https://github.com/systemd/systemd/issues/3998.

For now, there's still no way to do this in systemd; it will require an
upstream fix.

** Bug watch added: github.com/systemd/systemd/issues #3998
   https://github.com/systemd/systemd/issues/3998

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-05 Thread Michael Hudson-Doyle
That makes sense I guess. It seems networkctl prints "Type: ether" for
things that have DEVTYPE=bridge, just to make things more confusing?

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-02 Thread Martin Pitt
One way to improve that in userspace would be to at least allow a way to
match on "no devtype" in networkd. You cannot currently say Type="" or
similar.

Lennart Poettering> hmm, for networkctl we patch that to make this more useful 
to look at
Lennart Poettering> shouldn'we just do the same in networkd
Lennart Poettering> i.e. accept our fate?
Lennart Poettering> i am pretty sure "networkctl" should show in the Type 
column precisely the types you can [Match] on, no?
Tom Gundersen> yeah, i guess we can just do that

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

** Changed in: systemd (Ubuntu)
   Importance: Undecided => Low

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

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-01 Thread Michael Hudson-Doyle
I proposed https://github.com/snapcore/snapd/pull/1830 to work around
this.

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-01 Thread Michael Hudson-Doyle
Ugggh. Can we at least think about what would be involved in fixing this
in the kernel or wherever so it's not a problem forever?

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-01 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-01 Thread Martin Pitt
This is unfortunately really hairy. networkd, NM etc. have "Type="
fields, which more or less match on the DEVTYPE uevent property. This is
properly set for wifis, but it's empty for actual ethernets and also for
vlans, some wifi devices, etc. So while I can set the restriction for
"wifis:", the attached patch does not actually work as the device type
is never actually "ether" (or similar).

So I'm afraid this is currently unfixable at the netplan/networkd/NM
level and we need to work around this by replacing the matching of "*"
to "en*".

** Patch added: "non-working patch"
   
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+attachment/4732285/+files/0001-networkd-Restrict-matches-to-definition-s-device-typ.patch

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

** Changed in: nplan (Ubuntu)
 Assignee: Martin Pitt (pitti) => (unassigned)

** Changed in: nplan (Ubuntu)
Milestone: ubuntu-16.09 => None

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-09-01 Thread Martin Pitt
** Changed in: nplan (Ubuntu)
Milestone: None => ubuntu-16.09

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-08-30 Thread Martin Pitt
** Changed in: nplan (Ubuntu)
   Status: Confirmed => In Progress

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

** Changed in: nplan (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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


[Bug 1618522] Re: netplan does not generates .network files just for ethernet

2016-08-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  netplan does not generates .network files just for ethernet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1618522/+subscriptions

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