diff options
| author | Christian Hopps <chopps@labn.net> | 2023-03-20 15:07:44 -0400 | 
|---|---|---|
| committer | Christian Hopps <chopps@gmail.com> | 2023-03-22 05:22:56 +0000 | 
| commit | 39c329bbd18b2df9b3d13c31d978555ec33b0758 (patch) | |
| tree | 9cf4235d6d2fe5f8992c2d8380eb7ea5b0391ab4 /vtysh/vtysh.h | |
| parent | 1401ee8bf74b7688ca5f5bdfc3411734e9f0cb3b (diff) | |
lib: staticd: vtysh: apply frrbot style requirements
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'vtysh/vtysh.h')
| -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 1a3b1a0de3..2c202c3536 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)  | 
