hostname set via command line not config
This commit is contained in:
parent
cb6bbd1db1
commit
15086a9ad9
2 changed files with 16 additions and 10 deletions
4
l2tpns.h
4
l2tpns.h
|
|
@ -1,5 +1,5 @@
|
|||
// L2TPNS Global Stuff
|
||||
// $Id: l2tpns.h,v 1.21 2004/10/25 15:07:52 bodea Exp $
|
||||
// $Id: l2tpns.h,v 1.22 2004/10/28 03:31:39 bodea Exp $
|
||||
|
||||
#ifndef __L2TPNS_H__
|
||||
#define __L2TPNS_H__
|
||||
|
|
@ -547,7 +547,7 @@ int sessionsetup(tunnelidt t, sessionidt s);
|
|||
int cluster_send_session(int s);
|
||||
int cluster_send_tunnel(int t);
|
||||
int cluster_send_goodbye();
|
||||
void init_cli();
|
||||
void init_cli(char *hostname);
|
||||
void cli_do_file(FILE *fh);
|
||||
void cli_do(int sockfd);
|
||||
int cli_arg_help(struct cli_def *cli, int cr_ok, char *entry, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue