]> git.puffer.fish Git - mirror/frr.git/commitdiff
Merge pull request #8905 from donaldsharp/isis_argv
authorRuss White <russ@riw.us>
Tue, 22 Jun 2021 18:22:55 +0000 (14:22 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Jun 2021 18:22:55 +0000 (14:22 -0400)
Isis argv

1  2 
isisd/isisd.c

diff --cc isisd/isisd.c
index a648995ec4d9074832196f06880488a6ef545af3,bdc5edf201ca6f99b2c5162625dc007193ac2a6c..6c1308af0a90e887209da35b3cd6af82bcbba9b5
@@@ -2170,11 -2170,11 +2170,11 @@@ DEFUN(show_isis_summary, show_isis_summ
        return CMD_SUCCESS;
  }
  
- struct isis_lsp *lsp_for_arg(struct lspdb_head *head, const char *argv,
-                            struct isis *isis)
+ struct isis_lsp *lsp_for_sysid(struct lspdb_head *head, const char *sysid_str,
+                              struct isis *isis)
  {
        char sysid[255] = {0};
 -      uint8_t number[3];
 +      uint8_t number[3] = {0};
        const char *pos;
        uint8_t lspid[ISIS_SYS_ID_LEN + 2] = {0};
        struct isis_dynhn *dynhn;