summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2017-09-28 22:04:02 -0300
committerGitHub <noreply@github.com>2017-09-28 22:04:02 -0300
commitc00ad29fc4a75ba64f42999c7a3aa8fc60b52c81 (patch)
treec91e3d7f1edcbc2c271adfbfb93308f673028459 /zebra/rib.h
parent2d9c2ae397eb30f8c62a6dc11ade108d7456f802 (diff)
parent1ca60f2c3ebe0a33c508de1ab81edb2bde5d9c4c (diff)
Merge pull request #1236 from donaldsharp/interface_startup
zebra: Do not allow same rib_dest_t be queued multiple times to meta …
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index e361321247..e3ed6210ca 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -135,6 +135,8 @@ typedef struct rib_dest_t_ {
} rib_dest_t;
#define RIB_ROUTE_QUEUED(x) (1 << (x))
+// If MQ_SIZE is modified this value needs to be updated.
+#define RIB_ROUTE_ANY_QUEUED 0x1F
/*
* The maximum qindex that can be used.