]> git.puffer.fish Git - matthieu/frr.git/commit
lib: rename `prefixtype` to `uniontype`
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 5 Nov 2023 17:16:54 +0000 (18:16 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 5 Nov 2023 17:19:09 +0000 (18:19 +0100)
commit19cbc3157983ec0a1a15ec1be90a4a1a3de9969b
tree31268972dbfe40422b8991c4998aaa848597b495
parent4bdba57861d1325b42b5b81c118bf76b51f172e5
lib: rename `prefixtype` to `uniontype`

About to use this for sockunion, which is not a prefix.  `uniontype`
makes more sense, the macros are for defining transparent unions after
all.

(clang-format off thrown in as it otherwise wrecks formatting.)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/compiler.h
lib/prefix.h
pimd/pim_addr.h