From e2aba7d0d0d921cd674a0bee8ac0d85c0ff5c12c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 21 Apr 2015 13:06:34 -0400 Subject: vty: Remember forward-only of the ss7 application We don't have regression testing here but this could be the correct fix. --- src/vty_interface.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vty_interface.c') diff --git a/src/vty_interface.c b/src/vty_interface.c index b0ce06b..38f7053 100644 --- a/src/vty_interface.c +++ b/src/vty_interface.c @@ -340,6 +340,8 @@ static void write_application(struct vty *vty, struct ss7_application *app) link_type(app->route_dst.type), app->route_dst.nr, VTY_NEWLINE); } + if (app->forward_only) + vty_out(vty, " forward-only%s", VTY_NEWLINE); } static int config_write_app(struct vty *vty) -- cgit v1.2.3