9
0
Fork 0

vty: Remember if isup should be passed through or not.

This commit is contained in:
Holger Hans Peter Freyther 2011-03-05 09:48:52 +01:00
parent d0444e53af
commit 2068e8cfe3
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,8 @@ int ss7_application_start(struct ss7_application *app)
void ss7_application_pass_isup(struct ss7_application *app, int pass)
{
app->isup_pass = pass;
if (app->route_src.set)
app->route_src.set->pass_all_isup = pass;
if (app->route_dst.set)