[plugin][networking] Include ns ip neigh and ip rule info

Bug #1901555 reported by Eric Desrochers
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
sosreport (Ubuntu)
Fix Released
Medium
Eric Desrochers
Bionic
Fix Released
Medium
Mauricio Faria de Oliveira
Focal
Fix Released
Medium
Mauricio Faria de Oliveira
Groovy
Fix Released
Medium
Mauricio Faria de Oliveira
Hirsute
Fix Released
Medium
Eric Desrochers

Bug Description

[Impact]

 * sosreport currently does not collect commands
   'ip neigh' and 'ip rule' for network namespaces,
   which are used with e.g., openstack neutron.

[Test Case]

 * Create network namespace(s) (eg, ns1, ns2, ns3)
   $ sudo ip netns add ns1
   $ sudo ip netns add ns2
   $ sudo ip netns add ns3

 * Run the sosreport networking plugin
   $ sudo sos report -o networking --batch

 * Check the sosreport tarball for per-netns files
   ('ip_netns_exec_<ns>_<cmd>') for the commands
   'ip -s -s neigh show' and 'ip rule list'

 * See comments 4, 5, 6 for examples.

[Regression Potential]

 * The patch adds commands to the networking plugin,
   thus any issue should be contained within/happen
   on it.

 * Errors in running such commands aren't a problem,
   and should be logged by sosreport anyway.

[Other Info]

Closes:
https://github.com/sosreport/sos/issues/2281

PR:
https://github.com/sosreport/sos/pull/2282/commits/41182ac9bde87b29499489a112ab24dcc9a374b0

Eric Desrochers (slashd)
tags: added: seg sts
Revision history for this message
Eric Desrochers (slashd) wrote :

Uploaded in Hirsute:
https://launchpad.net/ubuntu/hirsute/+queue?queue_state=1&queue_text=sosreport

Let's wait until it lands into hirsute-releases, and then the SRU can be started.

- Eric

Changed in sosreport (Ubuntu Hirsute):
status: New → In Progress
assignee: nobody → Eric Desrochers (slashd)
importance: Undecided → Medium
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sosreport - 4.0-1ubuntu3

---------------
sosreport (4.0-1ubuntu3) hirsute; urgency=medium

  [Edward Hope-Morley]
  * d/p/0008-networking-include-ip-neigh-and-rule-info.patch:
    - Include ns ip neigh and ip rule info. (LP: #1901555)

 -- Eric Desrochers <email address hidden> Mon, 26 Oct 2020 11:04:41 -0400

Changed in sosreport (Ubuntu Hirsute):
status: In Progress → Fix Released
Eric Desrochers (slashd)
tags: added: sts-sponsor-volunteer
Eric Desrochers (slashd)
Changed in sosreport (Ubuntu Groovy):
status: New → In Progress
Changed in sosreport (Ubuntu Focal):
status: New → In Progress
Changed in sosreport (Ubuntu Bionic):
status: New → In Progress
Changed in sosreport (Ubuntu Groovy):
importance: Undecided → Medium
assignee: nobody → Mauricio Faria de Oliveira (mfo)
Changed in sosreport (Ubuntu Focal):
importance: Undecided → Medium
assignee: nobody → Mauricio Faria de Oliveira (mfo)
Changed in sosreport (Ubuntu Bionic):
importance: Undecided → Medium
assignee: nobody → Mauricio Faria de Oliveira (mfo)
Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

This patch is being sponsored/uploaded for stable releases via bug 1898077.

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification for test packages on Groovy.
===

$ sudo ip netns add ns1
$ sudo ip netns add ns2
$ sudo ip netns add ns3

$ ip netns
ns3
ns2
ns1

$ lsb_release -cs
groovy

Before: (no files for ip neigh/rule per network namespace)
------

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1ubuntu2

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_-4_rule
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_-6_rule
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-tsvvcpx/sos_commands/networking/ip_neigh_show_nud_noarp

$ sudo rm /tmp/sosreport-*.xz

After: (new files!)
-----

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1ubuntu2.1

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_-4_rule
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_-6_rule
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-groovy-2020-12-29-stewcwc/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

$ sudo rm /tmp/sosreport-*.xz

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification for test packages on Focal.
===

$ sudo ip netns add ns1
$ sudo ip netns add ns2
$ sudo ip netns add ns3

$ ip netns
ns3
ns2
ns1

$ lsb_release -cs
focal

Before: (no files for ip neigh/rule per network namespace)
---

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1~ubuntu0.20.04.2

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_-4_rule
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_-6_rule
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-ngoohaj/sos_commands/networking/ip_neigh_show_nud_noarp

$ sudo rm /tmp/sosreport-*.xz

After: (new files!)
---

$ dpkg -s sosreport | grep -i version:
Version: 4.0-1~ubuntu0.20.04.3

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_-4_rule
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_-6_rule
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-focal-2020-12-29-vybyhjy/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

$ sudo rm /tmp/sosreport-*.xz

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification for test packages on Bionic.
===

$ sudo ip netns add ns1
$ sudo ip netns add ns2
$ sudo ip netns add ns3

$ ip netns
ns3
ns2
ns1

$ lsb_release -cs
bionic

Before: (no files for ip neigh/rule per network namespace)
---

$ dpkg -s sosreport | grep -i version:
Version: 3.9.1-1ubuntu0.18.04.2

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_-4_rule
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_-6_rule
sosreport-bionic-2020-12-29-csevyci/sos_commands/networking/ip_neigh_show_nud_noarp

$ sudo rm /tmp/sosreport-*.xz

After: (new files!)
---

$ dpkg -s sosreport | grep -i version:
Version: 3.9.1-1ubuntu0.18.04.3

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule | sort
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_-4_rule
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_-6_rule
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-bionic-2020-12-29-maeovkn/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

$ sudo rm /tmp/sosreport-*.xz

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Sponsored to G/F/B.

tags: added: sts-sponsor-mfo
removed: sts-sponsor-volunteer
description: updated
Revision history for this message
Robie Basak (racb) wrote : Please test proposed package

Hello Eric, or anyone else affected,

Accepted sosreport into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/sosreport/4.0-1ubuntu2.1 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-groovy to verification-done-groovy. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-groovy. 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 sosreport (Ubuntu Groovy):
status: In Progress → Fix Committed
tags: added: verification-needed verification-needed-groovy
Changed in sosreport (Ubuntu Focal):
status: In Progress → Fix Committed
tags: added: verification-needed-focal
Revision history for this message
Robie Basak (racb) wrote :

Hello Eric, or anyone else affected,

Accepted sosreport into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/sosreport/4.0-1~ubuntu0.20.04.3 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 sosreport (Ubuntu Bionic):
status: In Progress → Fix Committed
tags: added: verification-needed-bionic
Revision history for this message
Robie Basak (racb) wrote :

Hello Eric, or anyone else affected,

Accepted sosreport into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/sosreport/3.9.1-1ubuntu0.18.04.3 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-bionic to verification-done-bionic. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-bionic. 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.

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification done for groovy-proposed.

The per-ns files for 'ip neigh' and 'ip rule' are now present.

$ echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main universe" \
    | sudo tee /etc/apt/sources.list.d/proposed.list \
    && sudo apt update \
    && sudo apt install -y sosreport conntrack conntrackd

$ sudo ip netns add ns1 && sudo ip netns add ns2 && sudo ip netns add ns3

$ sudo ip netns
ns3
ns2
ns1

$ lsb_release -cs
groovy

$ dpkg -s sosreport | grep Version:
Version: 4.0-1ubuntu2.1

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule | sort
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_-4_rule
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_-6_rule
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-mfo-sos-g-2021-01-06-wkdqtsk/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

tags: added: verification-done-groovy
removed: verification-needed-groovy
Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification done for focal-proposed.

The per-ns files for 'ip neigh' and 'ip rule' are now present.

$ echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main universe" \
    | sudo tee /etc/apt/sources.list.d/proposed.list \
    && sudo apt update \
    && sudo apt install -y sosreport conntrack conntrackd

$ sudo ip netns add ns1 && sudo ip netns add ns2 && sudo ip netns add ns3

$ sudo ip netns
ns3
ns2
ns1

$ lsb_release -cs
focal

$ dpkg -s sosreport | grep Version:
Version: 4.0-1~ubuntu0.20.04.3

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule | sort
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_-4_rule
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_-6_rule
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-mfo-sos-f-2021-01-06-imeiaft/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

tags: added: verification-done-focal
removed: verification-needed-focal
Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification done for bionic-proposed.

The per-ns files for 'ip neigh' and 'ip rule' are now present.

$ echo "deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-proposed main universe" \
    | sudo tee /etc/apt/sources.list.d/proposed.list \
    && sudo apt update \
    && sudo apt install -y sosreport conntrack conntrackd

$ sudo ip netns add ns1 && sudo ip netns add ns2 && sudo ip netns add ns3

$ sudo ip netns
ns3
ns2
ns1

$ lsb_release -cs
bionic

$ dpkg -s sosreport | grep Version:
Version: 3.9.1-1ubuntu0.18.04.3

$ sudo sosreport --batch

$ sudo tar tf /tmp/sosreport-*.xz | grep sos_commands/networking | grep -e neigh -e rule | sort
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_-4_rule
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_-6_rule
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_neigh_show_nud_noarp
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns1_ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns1_ip_rule_list
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns2_ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns2_ip_rule_list
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns3_ip_-s_-s_neigh_show
sosreport-mfo-sos-b-2021-01-06-kyiprqo/sos_commands/networking/ip_netns_exec_ns3_ip_rule_list

tags: added: verification-done-bionic
removed: verification-needed-bionic
tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sosreport - 4.0-1ubuntu2.1

---------------
sosreport (4.0-1ubuntu2.1) groovy; urgency=medium

  [Hemanth Nakkina]
  * d/p/0008-conntrack-add-conntrack-info.patch: rename the
    conntrackd plugin to conntrack; add conntrack commands.
    (LP: #1898077)

  [Mauricio Oliveira]
  * d/p/0009-conntrack-gather-per-namespace-data.patch: add
    conntrack commands for network namespaces.
    (LP 1898077)

  [Edward Hope-Morley]
  * d/p/0010-networking-include-ns-ip-neigh-and-ip-rule-info.patch:
    add ip neigh and ip rule commands for network namespaces.
    (LP: #1901555)

 -- Mauricio Faria de Oliveira <email address hidden> Tue, 29 Dec 2020 16:00:00 -0300

Changed in sosreport (Ubuntu Groovy):
status: Fix Committed → Fix Released
Revision history for this message
Łukasz Zemczak (sil2100) wrote : Update Released

The verification of the Stable Release Update for sosreport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sosreport - 4.0-1~ubuntu0.20.04.3

---------------
sosreport (4.0-1~ubuntu0.20.04.3) focal; urgency=medium

  [Hemanth Nakkina]
  * d/p/0008-conntrack-add-conntrack-info.patch: rename the
    conntrackd plugin to conntrack; add conntrack commands.
    (LP: #1898077)

  [Mauricio Oliveira]
  * d/p/0009-conntrack-gather-per-namespace-data.patch: add
    conntrack commands for network namespaces.
    (LP 1898077)

  [Edward Hope-Morley]
  * d/p/0010-networking-include-ns-ip-neigh-and-ip-rule-info.patch:
    add ip neigh and ip rule commands for network namespaces.
    (LP: #1901555)

 -- Mauricio Faria de Oliveira <email address hidden> Tue, 29 Dec 2020 16:16:45 -0300

Changed in sosreport (Ubuntu Focal):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sosreport - 3.9.1-1ubuntu0.18.04.3

---------------
sosreport (3.9.1-1ubuntu0.18.04.3) bionic; urgency=medium

  [Hemanth Nakkina]
  * d/p/0005-conntrack-add-conntrack-info.patch: rename the
    conntrackd plugin to conntrack; add conntrack commands.
    (LP: #1898077)

  [Mauricio Oliveira]
  * d/p/0006-conntrack-gather-per-namespace-data.patch: add
    conntrack commands for network namespaces.
    (LP 1898077)

  [Edward Hope-Morley]
  * d/p/0007-networking-include-ns-ip-neigh-and-ip-rule-info.patch:
    add ip neigh and ip rule commands for network namespaces.
    (LP: #1901555)

 -- Mauricio Faria de Oliveira <email address hidden> Tue, 29 Dec 2020 16:30:50 -0300

Changed in sosreport (Ubuntu Bionic):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.