Skip to content

Commit

Permalink
wip: illumos needs the RTP_ macros still
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Jul 17, 2024
1 parent 33ecab5 commit 3d9c7a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bgpd/kroute-illumos.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
#include "bgpd.h"
#include "log.h"

#define RTP_NONE 0
#define RTP_LOCAL 1
#define RTP_BGP 48
#define RTP_MAX 63
#define RTP_ANY 64

struct ktable **krt;
u_int krt_size;

Expand Down

0 comments on commit 3d9c7a6

Please sign in to comment.