diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-09-28 22:04:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-28 22:04:02 -0300 |
| commit | c00ad29fc4a75ba64f42999c7a3aa8fc60b52c81 (patch) | |
| tree | c91e3d7f1edcbc2c271adfbfb93308f673028459 /zebra/rib.h | |
| parent | 2d9c2ae397eb30f8c62a6dc11ade108d7456f802 (diff) | |
| parent | 1ca60f2c3ebe0a33c508de1ab81edb2bde5d9c4c (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.h | 2 |
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. |
