diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 18:31:42 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 18:34:29 +0100 |
| commit | ab0181eed3d118fc46e693c68e5bbc0248c7bfe5 (patch) | |
| tree | 8abda85a1e96d03cf3eefb2274562cfe38e71d88 /lib/log.c | |
| parent | ae435b1972ab95b647e816da6a2dbb9951628218 (diff) | |
build: rename (2 of ?): route_types macros
All of the autogenerated macros in lib/route_types.pl are now called
FRR_* instead of QUAGGA_*.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ * 02111-1307, USA. */ -#define QUAGGA_DEFINE_DESC_TABLE +#define FRR_DEFINE_DESC_TABLE #include <zebra.h> |
