RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1785172 - 'nmstatectl show ifaceA' shows the irrelevant configured route rules
Summary: 'nmstatectl show ifaceA' shows the irrelevant configured route rules
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nmstate
Version: 8.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.3
Assignee: Fernando F. Mancera
QA Contact: Mingyu Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-12-19 10:23 UTC by Mingyu Shi
Modified: 2020-11-04 03:10 UTC (History)
4 users (show)

Fixed In Version: nmstate-0.3.2-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 03:08:25 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:4696 0 None None None 2020-11-04 03:08:48 UTC

Comment 1 Gris Ge 2020-02-12 10:35:02 UTC
Out of capacity and this is decorative issue.

Moving to RHEL 8.3.

Comment 2 Gris Ge 2020-03-13 09:50:02 UTC
Upstream tracker: https://github.com/nmstate/nmstate/issues/935

Comment 3 Fernando F. Mancera 2020-04-26 21:46:40 UTC
This patch have been already merged in nmstate master branch. https://github.com/nmstate/nmstate/pull/953

Comment 6 Mingyu Shi 2020-06-30 07:47:54 UTC
verified with versions:
nmstate-0.3.2-1.el8.noarch
NetworkManager-1.26.0-0.1.el8.x86_64
DISTRO=RHEL-8.3.0-20200629.n.0
Linux hp-dl380pg8-09.rhts.eng.pek2.redhat.com 4.18.0-221.el8.x86_64 #1 SMP Thu Jun 25 20:58:19 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

1. Set route rules to eth1, eth2:
[14:54:08@hp-dl380pg8-09 ~]0# nmstatectl set route_rules.yaml
2020-06-30 14:54:09,327 root         DEBUG    Async action: Create checkpoint started
2020-06-30 14:54:09,332 root         DEBUG    Checkpoint None created for all devices
2020-06-30 14:54:09,332 root         DEBUG    Async action: Create checkpoint finished
2020-06-30 14:54:09,337 root         DEBUG    Async action: Add profile: eth1 started
2020-06-30 14:54:09,340 root         DEBUG    Async action: Add profile: eth2 started
2020-06-30 14:54:09,348 root         DEBUG    Async action: Add profile: eth1 finished
2020-06-30 14:54:09,353 root         DEBUG    Async action: Add profile: eth2 finished
2020-06-30 14:54:09,353 root         DEBUG    Async action: Reapply device config: eth1 started
2020-06-30 14:54:09,354 root         DEBUG    Async action: Reapply device config: eth2 started
2020-06-30 14:54:09,356 root         DEBUG    Device reapply failed on eth1: error=nm-device-error-quark: Device is not activated (4)
Fallback to device activation
2020-06-30 14:54:09,359 root         DEBUG    Async action: Activate profile: eth1 started
2020-06-30 14:54:09,360 root         DEBUG    Device reapply failed on eth2: error=nm-device-error-quark: Device is not activated (4)
Fallback to device activation
2020-06-30 14:54:09,364 root         DEBUG    Async action: Activate profile: eth2 started
2020-06-30 14:54:09,366 root         DEBUG    Connection activation initiated: dev=eth1, con-state=<enum NM_ACTIVE_CONNECTION_STATE_ACTIVATING of type NM.ActiveConnectionState>
2020-06-30 14:54:09,375 root         DEBUG    Connection activation initiated: dev=eth2, con-state=<enum NM_ACTIVE_CONNECTION_STATE_ACTIVATING of type NM.ActiveConnectionState>
2020-06-30 14:54:09,404 root         DEBUG    Connection activation succeeded: dev=eth1, con-state=<enum NM_ACTIVE_CONNECTION_STATE_ACTIVATED of type NM.ActiveConnectionState>, dev-state=<enum NM_DEVICE_STATE_ACTIVATED of type NM.DeviceState>, state-flags=<flags NM_ACTIVATION_STATE_FLAG_LAYER2_READY | NM_ACTIVATION_STATE_FLAG_IP4_READY | NM_ACTIVATION_STATE_FLAG_IP6_READY of type NM.ActivationStateFlags>
2020-06-30 14:54:09,404 root         DEBUG    Async action: Activate profile: eth1 finished
2020-06-30 14:54:09,410 root         DEBUG    Connection activation succeeded: dev=eth2, con-state=<enum NM_ACTIVE_CONNECTION_STATE_ACTIVATED of type NM.ActiveConnectionState>, dev-state=<enum NM_DEVICE_STATE_ACTIVATED of type NM.DeviceState>, state-flags=<flags NM_ACTIVATION_STATE_FLAG_LAYER2_READY | NM_ACTIVATION_STATE_FLAG_IP4_READY | NM_ACTIVATION_STATE_FLAG_IP6_READY of type NM.ActivationStateFlags>
2020-06-30 14:54:09,410 root         DEBUG    Async action: Activate profile: eth2 finished
2020-06-30 14:54:09,916 root         DEBUG    Checkpoint /org/freedesktop/NetworkManager/Checkpoint/30 destroyed
2020-06-30 14:54:09,917 root         DEBUG    Async action: Destroy checkpoint /org/freedesktop/NetworkManager/Checkpoint/30 started
2020-06-30 14:54:09,920 root         DEBUG    Checkpoint /org/freedesktop/NetworkManager/Checkpoint/30 destroy executed
2020-06-30 14:54:09,921 root         DEBUG    Async action: Destroy checkpoint /org/freedesktop/NetworkManager/Checkpoint/30 finished
Desired state applied: 
---
route-rules:
  config:
  - ip-to: 192.0.2.0/24
    priority: 1000
    route-table: 50
  - ip-from: 192.0.2.0/24
    priority: 1000
    route-table: 50
  - ip-to: 198.51.100.0/24
    priority: 1000
    route-table: 51
  - ip-from: 198.51.100.0/24
    priority: 1000
    route-table: 51
routes:
  config:
  - destination: 0.0.0.0/0
    metric: 150
    next-hop-address: 192.0.2.1
    next-hop-interface: eth1
    table-id: 50
  - destination: 0.0.0.0/0
    metric: 150
    next-hop-address: 198.51.100.1
    next-hop-interface: eth2
    table-id: 51
interfaces:
- name: eth1
  type: ethernet
  state: up
  ipv4:
    address:
    - ip: 192.0.2.251
      prefix-length: 24
    dhcp: false
    enabled: true
- name: eth2
  type: ethernet
  state: up
  ipv4:
    address:
    - ip: 198.51.100.251
      prefix-length: 24
    dhcp: false
    enabled: true

2. Check dummy1, no configured route rules:
[14:59:57@hp-dl380pg8-09 ~]0# nmstatectl show dummy1
---
dns-resolver:
  config:
    search: []
    server: []
  running:
    search:
    - rhts.eng.pek2.redhat.com
    server:
    - 10.73.2.107
    - 10.73.2.108
    - 10.66.127.10
route-rules:
  config: []
routes:
  config: []
  running: []
interfaces:
- name: dummy1
  type: dummy
  state: up
  ipv4:
    dhcp: false
    enabled: false
  ipv6:
    autoconf: false
    dhcp: false
    enabled: false
  lldp:
    enabled: false
  mac-address: 76:E5:8E:91:50:D8
  mtu: 1500

Comment 9 errata-xmlrpc 2020-11-04 03:08:25 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (nmstate bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:4696


Note You need to log in before you can comment on or make changes to this bug.