public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] raw: add command vpn-security-policy-exists
@ 2017-08-04  8:32 Jonatan Schlag
  2017-08-04  8:32 ` [PATCH 2/2] bash-autocompletion: add basic security-policy support Jonatan Schlag
  0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Schlag @ 2017-08-04  8:32 UTC (permalink / raw)
  To: network

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 src/network | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/network b/src/network
index 1c3e2c5..109c106 100644
--- a/src/network
+++ b/src/network
@@ -1325,6 +1325,9 @@ cli_raw() {
 		list-zone-config-hids)
 			zone_config_list_hids $@
 			;;
+		vpn-security-policy-exists)
+			vpn_security_policy_exists $@
+			;;
 		zone-name-is-valid)
 			zone_name_is_valid $@
 			;;
-- 
2.6.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-04  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04  8:32 [PATCH 1/2] raw: add command vpn-security-policy-exists Jonatan Schlag
2017-08-04  8:32 ` [PATCH 2/2] bash-autocompletion: add basic security-policy support Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox