diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-04 16:50:53 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-01-12 18:24:07 +0100 |
| commit | d51f8b0f1e06bf72a80be2f65e3e505892d5fb50 (patch) | |
| tree | 9204c64a3b12856677e8ab5b1dd219d29fd42b68 /lib/prefix.h | |
| parent | 10fe382b134e768f1b4d61c98938034d9cab39b2 (diff) | |
pimd: move `%pSG4` to `%pPSG4`
Since this is only used in very few places, moving it out of the way is
reasonable. (`%pSG` will be pim_sgaddr)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/prefix.h')
| -rw-r--r-- | lib/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index c92f5cec5a..f2773240d2 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -602,7 +602,7 @@ static inline int is_default_host_route(const struct prefix *p) #pragma FRR printfrr_ext "%pFX" (struct prefix_evpn *) #pragma FRR printfrr_ext "%pFX" (struct prefix_fs *) -#pragma FRR printfrr_ext "%pSG4" (struct prefix_sg *) +#pragma FRR printfrr_ext "%pPSG4" (struct prefix_sg *) #endif #ifdef __cplusplus |
