]> git.puffer.fish Git - matthieu/frr.git/commitdiff
mgmtd: Change MGMTD_VTY_PORT to 2623
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 11 Oct 2023 10:27:28 +0000 (13:27 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 11 Oct 2023 16:08:02 +0000 (16:08 +0000)
This is clashing with PIMv6 (2622).

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit eeda9b8ae82e888c107bdbfd2d3f81c4fe5d0bba)

mgmtd/mgmt.h

index f52d478bc2c5a10b5bdea2e830dce23d7574d2b2..d89d76f5d55161c32da75fbf79b92eac6cf7813c 100644 (file)
@@ -20,7 +20,7 @@
 #include "mgmtd/mgmt_txn.h"
 #include "mgmtd/mgmt_ds.h"
 
-#define MGMTD_VTY_PORT 2622
+#define MGMTD_VTY_PORT 2623
 #define MGMTD_SOCKET_BUF_SIZE 65535
 #define MGMTD_MAX_COMMIT_LIST 10