Clendenin opened a new pull request, #13205:
URL: https://github.com/apache/trafficserver/pull/13205

   ## Summary
   HRW `%{CIDR:a}` supplies only IPv4 bits and relies on implicit IPv6 defaults,
   while Prism `cidr()` requires both `ipv4_bits` and `ipv6_bits`. When u4wrh 
sees
   the single value form, pad with the canonical HRW IPv6 default (48) so the
   emitted Prism has valid arity and round-trips stably.
   
   This change also extends the CIDR reverse branch to handle the bare `%{CIDR}`
   no-payload form, padding to `cidr(24, 48)` using HRW's canonical defaults so
   the forward round-trip satisfies the 2-arg signature.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to