mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 10:09:25 +00:00
mgmtd: fix missing -n flag and help
Only --vrfwnetns works right now, because -n was missing from short ops. Also add the missing help. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
273356eac5
commit
7c02567b4a
@ -230,8 +230,9 @@ int main(int argc, char **argv)
|
||||
|
||||
frr_preinit(&mgmtd_di, argc, argv);
|
||||
frr_opt_add(
|
||||
"s:" DEPRECATED_OPTIONS, longopts,
|
||||
" -s, --socket_size Set MGMTD peer socket send buffer size\n");
|
||||
"s:n" DEPRECATED_OPTIONS, longopts,
|
||||
" -s, --socket_size Set MGMTD peer socket send buffer size\n"
|
||||
" -n, --vrfwnetns Use NetNS as VRF backend\n");
|
||||
|
||||
/* Command line argument treatment. */
|
||||
while (1) {
|
||||
|
Loading…
Reference in New Issue
Block a user