CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2024/10/31 01:40:35
Modified files: usr.bin/dig/lib/dns/rdata/in_1: svcb_64.c Log message: When decoding SVCB or HTTPS do not skip reading params in alias mode. According to the RFC, client shoud ignore them (which means actively skipping), but for dig it make sense to print them anyway. ok florian@