commit | 67e29abc5800ec77a3ee36add6adfe5fa8c38351 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Aug 26 22:21:31 2004 +0000 |
committer | hasso <hasso> | Thu Aug 26 22:21:31 2004 +0000 |
tree | 73a93502607cac89fa3634997832b0068774fe53 | |
parent | 9a0962651b0837b5678da0ef88715ec438f9dcb5 [diff] [blame] |
More vtysh fixes. Specifying configuration from command line works now.
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index abfb3ec..895c8c0 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h
@@ -60,7 +60,7 @@ int vtysh_config_from_file (struct vty *, FILE *); -void vtysh_read_config (char *, char *, char *); +void vtysh_read_config (char *, char *); void vtysh_config_parse (char *);