Bug 1897565
| Summary: | [Network] RFE: Support ignoring default gateway retrieved by DHCP/IPv6-RA | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Gris Ge <fge> | |
| Component: | rhel-system-roles | Assignee: | Gris Ge <fge> | |
| Status: | CLOSED ERRATA | QA Contact: | Zhiqian Guan <zhguan> | |
| Severity: | medium | Docs Contact: | Mayur Patil <maypatil> | |
| Priority: | unspecified | |||
| Version: | 8.4 | CC: | djez, jharuda, maypatil, rmeggins, zhguan | |
| Target Milestone: | rc | Keywords: | FutureFeature, RFE, Triaged | |
| Target Release: | 8.6 | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | role:network | |||
| Fixed In Version: | rhel-system-roles-1.11.0-1.el8 | Doc Type: | Enhancement | |
| Doc Text: |
.A new option `auto_gateway` controls the default route behavior
Previously, the `DEFROUTE` parameter was not configurable with configuration files but only manually configurable by naming every route. This update adds a new `auto_gateway` option in the `ip` configuration section for connections, with which you can control the default route behavior. You can configure `auto_gateway` in the following ways:
* If set to `true`, default gateway settings apply to a default route.
* If set to `false`, the default route is removed.
* If unspecified, the `network` role uses the default behavior of the selected `network_provider`.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1978773 1993384 (view as bug list) | Environment: | ||
| Last Closed: | 2022-05-10 14:12:08 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1978773, 1993384 | |||
|
Description
Gris Ge
2020-11-13 13:01:08 UTC
What does it have to do with storage? It's wrongly set. Fixed. @fge is this fixed by https://github.com/linux-system-roles/network/pull/309 "Add 'defroute' option"? Yes. It does. (In reply to Gris Ge from comment #7) > Yes. It does. And this is still targeted for 8.6? You don't want to release this in 8.5? NOTE: This fix will be included in rhel 8.5.0 as part of the network role rebase, but this fix will not be tested, supported, and documented until rhel 8.6 Hi Gris, Would you mind set a DTM for this bz? thanks! Sure. All set. (In reply to Gris Ge from comment #11) > Sure. All set. so as the RHEL9 bz for the feature, thanks~ https://bugzilla.redhat.com/show_bug.cgi?id=1978773 :: [ 23:02:30 ] :: [ PASS ] :: Test network/tests_auto_gateway_initscripts.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_initscripts.yml) with ANSIBLE-2.9 against RHEL_6_10_GA (Expected 0, got 0) :: [ 23:02:51 ] :: [ PASS ] :: Test network/tests_auto_gateway_nm.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_nm.yml) with ANSIBLE-2.9 against RHEL_6_10_GA (Expected 0, got 0) :: [ 23:06:04 ] :: [ PASS ] :: Test network/tests_auto_gateway_initscripts.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_initscripts.yml) with ANSIBLE-2.9 against RHEL_7_9_GA (Expected 0, got 0) :: [ 23:06:48 ] :: [ PASS ] :: Test network/tests_auto_gateway_nm.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_nm.yml) with ANSIBLE-2.9 against RHEL_7_9_GA (Expected 0, got 0) :: [ 23:12:33 ] :: [ PASS ] :: Test network/tests_auto_gateway_nm.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_nm.yml) with ANSIBLE-2.9 against RHEL_8_4_0_GA (Expected 0, got 0) :: [ 23:12:33 ] :: [ PASS ] :: Test network/tests_auto_gateway_nm.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_nm.yml) with ANSIBLE-2.9 against RHEL_8_4_0_GA (Expected 0, got 0) :: [ 23:17:53 ] :: [ PASS ] :: Test network/tests_auto_gateway_initscripts.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_initscripts.yml) with ANSIBLE-2.9 against RHEL_8_5_0_TESTING (Expected 0, got 0) :: [ 23:19:07 ] :: [ PASS ] :: Test network/tests_auto_gateway_nm.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_nm.yml) with ANSIBLE-2.9 against RHEL_8_5_0_TESTING (Expected 0, got 0) :: [ 23:21:55 ] :: [ PASS ] :: Test network/tests_auto_gateway_initscripts.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_initscripts.yml) with ANSIBLE-2.9 against RHEL_9_TESTING (Expected 0, got 0) :: [ 23:22:48 ] :: [ PASS ] :: Test network/tests_auto_gateway_nm.yml (roles/rhel-system-roles.network/tests/tests_auto_gateway_nm.yml) with ANSIBLE-2.9 against RHEL_9_TESTING (Expected 0, got 0) [root@netqe1 Upstream-testsuite]# rpm -q rhel-system-roles rhel-system-roles-1.10.0-0.1.el8.noarch [root@netqe1 Upstream-testsuite]# results look good, set this to verified: tested 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 (rhel-system-roles 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-2022:1896 |