From: Michael Tremer Date: Wed, 19 Jul 2017 19:04:04 +0000 (+0200) Subject: security-policies: Show policy after it has been created X-Git-Tag: 009~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c787fea50320365626925b1233644d54e7c350ee;p=network.git security-policies: Show policy after it has been created Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.vpn-security-policies b/src/functions/functions.vpn-security-policies index 012c43f6..9ff92262 100644 --- a/src/functions/functions.vpn-security-policies +++ b/src/functions/functions.vpn-security-policies @@ -533,6 +533,9 @@ vpn_security_policies_new() { log ERROR "Could not create VPN Security Policy ${name}" return ${EXIT_ERROR} fi + + # Show the newly created policy + vpn_security_policies_show "${name}" } # Function that deletes based on the passed parameters one ore more vpn security policies