diff options
| author | Christian Hopps <chopps@labn.net> | 2025-02-26 21:13:47 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2025-03-03 12:14:22 +0000 |
| commit | b4000e0ad7db49275cf3f592df3ceeb35021c296 (patch) | |
| tree | fd878567ad4e49aab9483c136ead4a77363ed8a2 /lib | |
| parent | 38c8603ebe694e92ef223df3a2c0c4c7fef43c13 (diff) | |
rustlibd: rust daemon templatedev/rust-skel
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib')
| -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..02c57859b8 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 RUSTLIBD_VTY_PORT 2635 /* Move this value not actual daemons if needed */ /* Registry of daemons' port defaults */ enum frr_cli_mode { |
