mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
Disable clang-format for Local IPv6 Unicast Addresses strings
The LSP server (using clangd) was always complaining about: Suspicious string literal, probably missing a comma for the two Local IPv6 Unicast Addresses strings that spanned across multiple lines. Disable clang-format for these two lines.
This commit is contained in:
@@ -426,10 +426,11 @@ const char *empty_zones[] = {
|
|||||||
"255.255.255.255.IN-ADDR.ARPA", /* BROADCAST */
|
"255.255.255.255.IN-ADDR.ARPA", /* BROADCAST */
|
||||||
|
|
||||||
/* Local IPv6 Unicast Addresses */
|
/* Local IPv6 Unicast Addresses */
|
||||||
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6."
|
/* clang-format off */
|
||||||
"ARPA",
|
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA",
|
||||||
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6."
|
"1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA",
|
||||||
"ARPA",
|
/* clang-format on */
|
||||||
|
|
||||||
/* LOCALLY ASSIGNED LOCAL ADDRESS SCOPE */
|
/* LOCALLY ASSIGNED LOCAL ADDRESS SCOPE */
|
||||||
"D.F.IP6.ARPA", "8.E.F.IP6.ARPA", /* LINK LOCAL */
|
"D.F.IP6.ARPA", "8.E.F.IP6.ARPA", /* LINK LOCAL */
|
||||||
"9.E.F.IP6.ARPA", /* LINK LOCAL */
|
"9.E.F.IP6.ARPA", /* LINK LOCAL */
|
||||||
|
Reference in New Issue
Block a user