diff options
Diffstat (limited to 'multipathd/cli.c')
-rw-r--r-- | multipathd/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multipathd/cli.c b/multipathd/cli.c index b4b4d1e..c93aa83 100644 --- a/multipathd/cli.c +++ b/multipathd/cli.c @@ -413,6 +413,7 @@ cli_init (void) { add_handler(LIST+MAPS, NULL); add_handler(LIST+MAPS+STATUS, NULL); add_handler(LIST+MAPS+STATS, NULL); + add_handler(LIST+MAPS+FMT, NULL); add_handler(LIST+MAPS+TOPOLOGY, NULL); add_handler(LIST+TOPOLOGY, NULL); add_handler(LIST+MAP+TOPOLOGY, NULL); |