summaryrefslogtreecommitdiffstats
path: root/doc/developer/next-hop-tracking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/next-hop-tracking.rst')
-rw-r--r--doc/developer/next-hop-tracking.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/developer/next-hop-tracking.rst b/doc/developer/next-hop-tracking.rst
index 284db1ef5..25e2d1fe1 100644
--- a/doc/developer/next-hop-tracking.rst
+++ b/doc/developer/next-hop-tracking.rst
@@ -264,19 +264,19 @@ Zebra data structure
RNH table::
- O
- / \
- O O
- / \
- O O
-
- struct rnh
- {
- u_char flags;
- struct route_entry *state;
- struct list *client_list;
- struct route_node *node;
- };
+ . O
+ / \
+ O O
+ / \
+ O O
+
+ struct rnh
+ {
+ uint8_t flags;
+ struct route_entry *state;
+ struct list *client_list;
+ struct route_node *node;
+ };
User interface changes
~~~~~~~~~~~~~~~~~~~~~~