Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for maskOf (0.1 sec)

  1. pilot/pkg/networking/util/util.go

    	ipp, err := netip.ParsePrefix(c.AddressPrefix + "/" + strconv.Itoa(int(c.PrefixLen.GetValue())))
    	if err != nil {
    		log.Errorf("failed to parse CidrRange %v as IPNet: %v", c, err)
    	}
    
    	return ipp.Masked(), err
    }
    
    // meshconfig ForwardClientCertDetails and the Envoy config enum are off by 1
    // due to the UNDEFINED in the meshconfig ForwardClientCertDetails
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top