summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index 243dcfa..2bcc2b5 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -140,6 +140,9 @@ typedef struct rte {
struct {
} bgp;
#endif
+ struct { /* Routes internally generated by krt sync */
+ int src; /* Alleged route source (see krt.h) */
+ } krt_sync;
} u;
} rte;