|
8 | 8 |
|
9 | 9 | ## New Functionality |
10 | 10 |
|
| 11 | +(release-1.9.4-post2)= |
| 12 | +### Release 1.9.4-post2 |
| 13 | + |
| 14 | +Release 1.9.4-post2 is a [bug-fix](bug-fixes-1.9.4-post2) release. |
| 15 | + |
| 16 | +(release-1.9.4-post-2-device-fixes)= |
| 17 | +**Fixes in configuration templates:** |
| 18 | + |
| 19 | +Aruba CX: |
| 20 | +* Configure IPv6 anycast gateway |
| 21 | +* Use 'tagged native vlan' to get VLAN 1 to work in a trunk |
| 22 | + |
| 23 | +Cisco IOS platforms: |
| 24 | +* Use fake native VLAN on switching platforms to support tagged VLAN 1 |
| 25 | +* Cisco IOSv cannot configure support tagged VLAN 1 |
| 26 | + |
| 27 | +Cumulus NVUE: |
| 28 | +* Disable MAC learning on MLAG peerlink |
| 29 | +* Fix layer-3 LAG links |
| 30 | +* Move initialization of bridge MAC to 'initial' configuration step |
| 31 | +* Implement per-VLAN STP status |
| 32 | + |
| 33 | +Dell OS10: |
| 34 | +* Don't enable IPv6 LLA on L2-only interfaces |
| 35 | + |
| 36 | +EOS: |
| 37 | +* Use 'tagged native vlan' to get VLAN 1 to work in a trunk |
| 38 | +* Use 'no switchport' as default on non-MLAG LAG interfaces |
| 39 | +* Check minimum and maximum MTU |
| 40 | + |
| 41 | +FRR: |
| 42 | +* Set MTU on VLAN interfaces |
| 43 | + |
| 44 | +Junos: |
| 45 | +* Set IPv4/IPv6 MTU on IRB interfaces |
| 46 | + |
| 47 | +Linux: |
| 48 | +* LAG member link speed has to be set on all Linux VMs |
| 49 | + |
| 50 | +Nexus OS: |
| 51 | +* Refuse to use VLANs above the NXOS-specific upper bound |
| 52 | +* Use fake native VLAN to implement tagged VLAN 1 |
| 53 | +* Do not try to change the VLAN 1 name |
| 54 | + |
| 55 | +VyOS: |
| 56 | +* Configure VLAN 1 directly on br0 interface (not on a VIF) |
| 57 | + |
11 | 58 | (release-1.9.4-post1)= |
12 | 59 | ### Release 1.9.4-post1 |
13 | 60 |
|
@@ -612,6 +659,26 @@ Other breaking changes include: |
612 | 659 |
|
613 | 660 | ## Bug Fixes |
614 | 661 |
|
| 662 | +(bug-fixes-1.9.4-post2)= |
| 663 | +### Bug Fixes in Release 1.9.4-post2 |
| 664 | + |
| 665 | +* Display 'disable check' or 'hide warning' in device quirks |
| 666 | +* Be careful when fetching 'parentindex' from a VLAN interface |
| 667 | +* Display int device feature values in 'netlab show modules' command |
| 668 | +* Display MTU parameters in 'netlab show modules -m initial' printout |
| 669 | +* The value of missing _parentindex on LAG interfaces must be 'None', not 'False'(==0) (#1898) |
| 670 | +* Doc fix: interfaces w/o IP address or l2only links do not imply bridging. |
| 671 | +* Postpone LAG link cleanup until after vlan module_post_link_transform runs |
| 672 | + |
| 673 | +Integration test fixes: |
| 674 | + |
| 675 | +* Add integration tests for routed VLAN trunk over LAG in tagged VLAN 1 in VLAN trunk |
| 676 | +* Disable the FRR anycast interface before IPv6 anycast gateway tests |
| 677 | +* Expand "multiple IRB VLANs" integration test with IPv6 checks |
| 678 | +* Add a VLAN trunk to OSPF/SVI-MTU integration test to test MTU on pure SVI interfaces |
| 679 | +* Add "leaked VLAN 1" scenario to VLAN bridged trunk integration test |
| 680 | +* Add failover/orphan scenario to MLAG integration test |
| 681 | + |
615 | 682 | (bug-fixes-1.9.4-post1)= |
616 | 683 | ### Bug Fixes in Release 1.9.4-post1 |
617 | 684 |
|
|
0 commit comments