diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-14 19:52:01 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-09 11:07:41 -0500 |
| commit | e16abbb303a4b2ce8d0959729a2c43dcf49ee44c (patch) | |
| tree | 8296409fce336b3fdac5f49989cb64e243ef9c74 /lib/zclient.h | |
| parent | 942bf97b13223ac5645f613a2f00ab18f3716c59 (diff) | |
lib, zebra: Add rule encoding
Add some code to pass the rule we want installed into
the kernel.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 39566b1739..a315a7ed5a 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -129,6 +129,9 @@ typedef enum { ZEBRA_PW_SET, ZEBRA_PW_UNSET, ZEBRA_PW_STATUS_UPDATE, + ZEBRA_RULE_ADD, + ZEBRA_RULE_DELETE, + ZEBRA_RULE_NOTIFY_OWNER, } zebra_message_types_t; struct redist_proto { |
