%cargo_prep with -V is deprecated and not supported anymore in C10S. In
C9S is still supported, but it extract the vendored crates to a
different path than the -v option in C10S. Unify the %prep steps between
both, based on the changes from commit 275c491a and 97cfe099.
An advantage of this is that the vendored crates are extracted to the
same path, so if we need to patch any (unrecommended), the patch can be
the same for C10S and C9S. Otherwise we would need to adjust the file
paths.
- Add support for configuring ipip tunnel RHEL-166367
- Fix error when modify port list of down interface RHEL-166366
- Add support for mtu-lock route option RHEL-151394
- ipv4: Add new parameter prefix-route-metric RHEL-166365
Resolves: RHEL-151934 RHEL-166365 RHEL-166366 RHEL-166367
Signed-off-by: Jan Vaclav <jvaclav@redhat.com>
- vrf: Handle ignore interface when verifying desired state. RHEL-141606
- alt-name: Remove alt-names when interface marked as absent. RHEL-141602
- hsr: Automatically disable IP on hsr port. RHEL-141609
- hsr: add support for configuring "interlink" property. RHEL-141608
- Support referring interface name using its alternative name. RHEL-141601
Resolves: RHEL-141606 RHEL-141602 RHEL-141609 RHEL-141608 RHEL-141601
Signed-off-by: Mingyu Shi <mshi@redhat.com>
- Allow using VRF name to specify route table. RHEL-123541
- Support OVS-DPDK dpdk-lsc-interrupt in nmstate. RHEL-125052
- Applying desired state with static DNS with static IP will touch
`br-ex` even not mentioned. RHEL-126731
- Support rightca ipsec option. RHEL-123542
Resolves: RHEL-123541 RHEL-125052 RHEL-126731 RHEL-123542
Signed-off-by: Gris Ge <fge@redhat.com>
* Automatically set HSR port MAC address. RHEL-122171
* Fix OVSDB query failure on database bigger than 20KiB. RHEL-121992
Resolves: RHEL-122171 RHEL-121992
Signed-off-by: Gris Ge <fge@redhat.com>
- Upgrade to 2.2.50
- Support MAC referring for VLAN in gen_conf.
- Introduce state: ignore for route.
- Support PCI address matching in gen_conf.
- Support MacSec interface in gen_conf.
Resolves: RHEL-110369
Signed-off-by: Mingyu Shi <mshi@redhat.com>
- Ignore desired MAC for bonds with fail_over_mac. RHEL-107526
- Fix setting DNS only with search or option. RHEL-104797
Resolves: RHEL-107526 RHEL-104797
Signed-off-by: Rahul Rajesh <rrajesh@redhat.com>
- Store DNS to both iface and global DNS. RHEL-91291
- Support nmpolicy against down iface. RHEL-88989
- Support removal VLAN connection with empty ifname. RHEL-93146
Resolves: RHEL-91291 RHEL-88989 RHEL-93146
Signed-off-by: Gris Ge <fge@redhat.com>
- Refer route next hop interface by MAC. RHEL-32495
- Support reapply on mac-ref interface. RHEL-87794
Resolves: RHEL-32495 RHEL-87794
Signed-off-by: Gris Ge <fge@redhat.com>
* Support for vlan-egress-priority-map configuration
* Support FEC
* Support quickack
Resolves: RHEL-67631 RHEL-80725 RHEL-80418
Signed-off-by: Mingyu Shi <mshi@redhat.com>
* Fix validation of controller overbook
* Support DNS and route in kernel mode.
Resolves: RHEL-31977 RHEL-37665
Signed-off-by: Gris Ge <fge@redhat.com>