@@ -3584,10 +3584,9 @@ async fn test_multicast_reset_all_tables() -> TestResult {
3584
3584
. await ;
3585
3585
3586
3586
// 2b. Admin-scoped IPv6 group to test internal API with custom replication parameters
3587
- let admin_scoped_ip =
3588
- IpAddr :: V6 ( Ipv6Addr :: new ( 0xff04 , 0 , 0 , 0 , 0 , 0 , 0 , 2 ) ) ;
3587
+ let admin_scoped_ip = IpAddr :: V6 ( Ipv6Addr :: new ( 0xff04 , 0 , 0 , 0 , 0 , 0 , 0 , 2 ) ) ;
3589
3588
let group_entry2b = types:: MulticastGroupCreateEntry {
3590
- group_ip : admin_scoped_ip ,
3589
+ group_ip : Ipv6Addr :: new ( 0xff04 , 0 , 0 , 0 , 0 , 0 , 0 , 2 ) ,
3591
3590
tag : Some ( "test_reset_all_2b" . to_string ( ) ) ,
3592
3591
sources : None ,
3593
3592
members : vec ! [ types:: MulticastGroupMember {
@@ -4160,7 +4159,7 @@ async fn test_multicast_level1_exclusion_group_pruned() -> TestResult {
4160
4159
// Step 1: Create admin-scoped IPv6 internal group with replication members and exclusion
4161
4160
let internal_multicast_ip = IpAddr :: V6 ( MULTICAST_NAT_IP ) ;
4162
4161
let underlay_group = types:: MulticastGroupCreateEntry {
4163
- group_ip : internal_multicast_ip ,
4162
+ group_ip : MULTICAST_NAT_IP ,
4164
4163
tag : Some ( "test_level1_excl_underlay" . to_string ( ) ) ,
4165
4164
sources : None ,
4166
4165
members : vec ! [
0 commit comments