[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-26 Thread Kevin Nasto
This is completed as is here https://github.com/CanonicalLtd/landscape-
client/pull/97

** Changed in: landscape-client (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-18 Thread Kevin Nasto
** Changed in: landscape-client (Ubuntu)
 Assignee: (unassigned) => Kevin Nasto (silverdrake11)

** Changed in: landscape-client (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-10 Thread Marcus Furlong
This could possibly be achieved by using a regex and exposing
`skipped_interfaces` via a config option?

i.e. instead of just having "lo", allow the user to specify other
interfaces to skip in the client config file: e.g.
skipped_interfaces=["docker0", "cacl.*"]

This could then be passed to the following function in
`landscape/lib/network.py`

def get_active_device_info(skipped_interfaces=("lo",),
   skip_vlan=True, skip_alias=True, extended=False):

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

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: landscape-client (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/1944204

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-09-20 Thread Andreas Hasenack
I would suggest to experiment with the idea of only including the
interfaces that have default routes.

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

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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