diff options
| author | Christian Hopps <chopps@labn.net> | 2024-09-22 00:46:48 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2025-03-03 11:42:07 +0000 |
| commit | fff9e3fbcb856b198a61a62e5f91ea08ee60b213 (patch) | |
| tree | 14afb621b1ce98207f480f5863e06fce2639d81b /lib/libfrr.h | |
| parent | dfc2f24cb325e71b9f58c38768637e8f28674fa2 (diff) | |
rustbind: capture rust binary based daemon skeleton code work
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/libfrr.h')
| -rw-r--r-- | lib/libfrr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index df537e2e3b..c08374811c 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -101,6 +101,7 @@ DECLARE_DLIST(log_args, struct log_arg, itm); #define PATH_VTY_PORT 2621 #define PIM6D_VTY_PORT 2622 #define MGMTD_VTY_PORT 2623 +#define RUSTBIND_VTY_PORT 2624 /* Registry of daemons' port defaults */ enum frr_cli_mode { |
