diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-24 10:56:15 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-24 10:56:15 -0400 | 
| commit | 0477276088dc20c7be195168441e895cbc567cbf (patch) | |
| tree | 747815ef08149b7faa329bd5aa3bcc47fbc05d5f /doc | |
| parent | 4ec715c8304a796dbba76692a5767ef507671ca3 (diff) | |
doc, lib, zebra: Remove deprecated encode and decode functionality
The ZEBRA_IPV4_ROUTE_[ADD|DELETE] and ZEBRA_IPV6_ROUTE_[ADD|DELETE] functionality
has been deprecated for a year now, let's remove this code from the system.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/developer/zebra.rst | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/developer/zebra.rst b/doc/developer/zebra.rst index 3d64b67115..1bf31e9624 100644 --- a/doc/developer/zebra.rst +++ b/doc/developer/zebra.rst @@ -102,14 +102,6 @@ Zebra Protocol Commands  +-----------------------------------+-------+  | ZEBRA_INTERFACE_DOWN              | 6     |  +-----------------------------------+-------+ -| ZEBRA_IPV4_ROUTE_ADD              | 7     | -+-----------------------------------+-------+ -| ZEBRA_IPV4_ROUTE_DELETE           | 8     | -+-----------------------------------+-------+ -| ZEBRA_IPV6_ROUTE_ADD              | 9     | -+-----------------------------------+-------+ -| ZEBRA_IPV6_ROUTE_DELETE           | 10    | -+-----------------------------------+-------+  | ZEBRA_REDISTRIBUTE_ADD            | 11    |  +-----------------------------------+-------+  | ZEBRA_REDISTRIBUTE_DELETE         | 12    |  | 
