diff options
| author | Russ White <russ@riw.us> | 2019-01-21 20:25:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-21 20:25:08 -0500 |
| commit | 62b6a7e149fa35d0edbece65bf21c7d13e0c78cd (patch) | |
| tree | 7a42ee96595134a84017be1a637de986aa3f4cb1 /doc/developer | |
| parent | d45a375af223087cc5b1ad82ad2d0d23e52802a9 (diff) | |
| parent | 177a547ab2d81107f789b9abd5757339a76dc160 (diff) | |
Merge pull request #3631 from opensourcerouting/zapi_fixes
Small zapi fixes
Diffstat (limited to 'doc/developer')
| -rw-r--r-- | doc/developer/zebra.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer/zebra.rst b/doc/developer/zebra.rst index f771d48235..74a8605bf2 100644 --- a/doc/developer/zebra.rst +++ b/doc/developer/zebra.rst @@ -241,7 +241,7 @@ Zebra Protocol Commands +------------------------------------+-------+ | ZEBRA_INTERFACE_DISABLE_RADV | 42 | +------------------------------------+-------+ -| ZEBRA_IPV3_NEXTHOP_LOOKUP_MRIB | 44 | +| ZEBRA_IPV3_NEXTHOP_LOOKUP_MRIB | 43 | +------------------------------------+-------+ | ZEBRA_INTERFACE_LINK_PARAMS | 44 | +------------------------------------+-------+ @@ -279,9 +279,9 @@ Zebra Protocol Commands +------------------------------------+-------+ | ZEBRA_VNI_DEL | 61 | +------------------------------------+-------+ -| ZEBRA_L2VNI_ADD | 63 | +| ZEBRA_L3VNI_ADD | 62 | +------------------------------------+-------+ -| ZEBRA_L2VNI_DEL | 64 | +| ZEBRA_L3VNI_DEL | 63 | +------------------------------------+-------+ | ZEBRA_REMOTE_VTEP_ADD | 64 | +------------------------------------+-------+ |
