diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-21 02:29:25 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-26 00:40:32 +0700 | 
| commit | 780cff2f08530e449fb3bec45483e753a3ce2189 (patch) | |
| tree | 694815ec7fcdb6dd7569ae8652a0c3f1b1b02aa0 /pimd/pim_main.c | |
| parent | 1ef15f4685db67088134abfd5f9c1fc1275e0d7a (diff) | |
pimd: Add missing 'socket' getopt cmdline option
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_main.c')
| -rw-r--r-- | pimd/pim_main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 29432ea230..7dfddd2991 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -56,6 +56,7 @@ struct option longopts[] = {    { "daemon",        no_argument,       NULL, 'd'},    { "config_file",   required_argument, NULL, 'f'},    { "pid_file",      required_argument, NULL, 'i'}, +  { "socket",        required_argument, NULL, 'z'},    { "vty_addr",      required_argument, NULL, 'A'},    { "vty_port",      required_argument, NULL, 'P'},    { "version",       no_argument,       NULL, 'v'},  | 
