projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix binding of the cli to the configured address
[l2tpns.git]
/
l2tpns.c
diff --git
a/l2tpns.c
b/l2tpns.c
index
b2b0513
..
3488002
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-1976,11
+1976,11
@@
void sessionshutdown(sessionidt s, char const *reason, int cdn_result, int cdn_e
{
// This session was part of a bundle
bundle[b].num_of_links--;
{
// This session was part of a bundle
bundle[b].num_of_links--;
- LOG(3, s,
0
, "MPPP: Dropping member link: %d from bundle %d\n",s,b);
+ LOG(3, s,
session[s].tunnel
, "MPPP: Dropping member link: %d from bundle %d\n",s,b);
if(bundle[b].num_of_links == 0)
{
bundleclear(b);
if(bundle[b].num_of_links == 0)
{
bundleclear(b);
- LOG(3, s,
0
, "MPPP: Kill bundle: %d (No remaing member links)\n",b);
+ LOG(3, s,
session[s].tunnel
, "MPPP: Kill bundle: %d (No remaing member links)\n",b);
}
else
{
}
else
{
@@
-1997,7
+1997,7
@@
void sessionshutdown(sessionidt s, char const *reason, int cdn_result, int cdn_e
break;
}
bundle[b].members[mem_num] = bundle[b].members[bundle[b].num_of_links];
break;
}
bundle[b].members[mem_num] = bundle[b].members[bundle[b].num_of_links];
- LOG(3, s,
0
, "MPPP: Adjusted member links array\n");
+ LOG(3, s,
session[s].tunnel
, "MPPP: Adjusted member links array\n");
}
}
cluster_send_bundle(b);
}
}
cluster_send_bundle(b);
@@
-4717,7
+4717,7
@@
int main(int argc, char *argv[])
/* set hostname /after/ having read the config file */
if (*config->hostname)
strcpy(hostname, config->hostname);
/* set hostname /after/ having read the config file */
if (*config->hostname)
strcpy(hostname, config->hostname);
- cli_init_
hostnam
e(hostname);
+ cli_init_
complet
e(hostname);
update_config();
init_tbf(config->num_tbfs);
update_config();
init_tbf(config->num_tbfs);