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/log.c | |
| 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/log.c')
| -rw-r--r-- | lib/log.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -961,6 +961,9 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY(ZEBRA_PW_SET), DESC_ENTRY(ZEBRA_PW_UNSET), DESC_ENTRY(ZEBRA_PW_STATUS_UPDATE), + DESC_ENTRY(ZEBRA_RULE_ADD), + DESC_ENTRY(ZEBRA_RULE_DELETE), + DESC_ENTRY(ZEBRA_RULE_NOTIFY_OWNER), }; #undef DESC_ENTRY |
