diff options
author | Christian Hopps <chopps@labn.net> | 2023-03-20 20:07:44 +0100 |
---|---|---|
committer | Christian Hopps <chopps@gmail.com> | 2023-03-22 06:22:56 +0100 |
commit | 39c329bbd18b2df9b3d13c31d978555ec33b0758 (patch) | |
tree | 9cf4235d6d2fe5f8992c2d8380eb7ea5b0391ab4 /vtysh/vtysh.h | |
parent | lib, mgmtd: Add few fixes for commit-check and rollback (diff) | |
download | frr-39c329bbd18b2df9b3d13c31d978555ec33b0758.tar.xz frr-39c329bbd18b2df9b3d13c31d978555ec33b0758.zip |
lib: staticd: vtysh: apply frrbot style requirements
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '')
-rw-r--r-- | vtysh/vtysh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 1a3b1a0de..2c202c353 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -34,7 +34,7 @@ extern struct thread_master *master; #define VTYSH_VRRPD 0x40000 #define VTYSH_PATHD 0x80000 #define VTYSH_PIM6D 0x100000 -#define VTYSH_MGMTD 0x200000 +#define VTYSH_MGMTD 0x200000 #define VTYSH_WAS_ACTIVE (-2) |