diff options
author | Maria Matejka <mq@ucw.cz> | 2022-06-27 13:39:28 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-06-27 13:39:28 +0200 |
commit | bdd6f728399a7601eaeff7165645fb0c597d309d (patch) | |
tree | 154ae8bc34e7f39b6a3ac25b890e725ec9d2daa6 /nest/rt.h | |
parent | d5cac1a4ef49f4159f3b95f53a405f81d785711b (diff) |
Moved nexthop + hostentry display to other eattrs
Diffstat (limited to 'nest/rt.h')
-rw-r--r-- | nest/rt.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -459,6 +459,8 @@ struct hostentry_adata { void ea_set_hostentry(ea_list **to, struct rtable *dep, struct rtable *tab, ip_addr gw, ip_addr ll, u32 lnum, u32 labels[lnum]); +void ea_show_hostentry(const struct adata *ad, byte *buf, uint size); +void ea_show_nexthop_list(struct cli *c, struct nexthop_adata *nhad); /* * Default protocol preferences |