]> git.ipfire.org Git - thirdparty/bind9.git/commit
Collapse common switch cases when emitting EDNS options
authorMark Andrews <marka@isc.org>
Tue, 29 Oct 2024 23:41:21 +0000 (10:41 +1100)
committerMark Andrews <marka@isc.org>
Mon, 21 Apr 2025 23:23:53 +0000 (09:23 +1000)
commite7ef4e41ebd55ed1cfb2b2652b66a0f026aea1c7
tree2161701ecbff12f331e41b37cc0943f6547235c1
parent6f3fea837f04938b955339de53269e36eb40297c
Collapse common switch cases when emitting EDNS options

The CHAIN and REPORT-CHANNEL EDNS options are both domain names, so they
can be combined.  THE CLIENT-TAG and SERVER-TAG EDNS options are both 16
bit integers, so they can be combined.
lib/dns/message.c