From: Sapan Bhatia Date: Wed, 18 Jun 2008 17:23:25 +0000 (+0000) Subject: Changed a policy in vsys. When an acl is empty, the script doesn't show up in ANY... X-Git-Tag: vsys-0.7-10~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=dd8b00b6cdd7c44898bb3f222ca4ad43266689c8;hp=800c304d9ace52d7aa3a1c3398ac043e021da985;p=vsys.git Changed a policy in vsys. When an acl is empty, the script doesn't show up in ANY slice. The previous behavior was for it to show up in all slices. Tagging module vsys - vsys-0.7-10 --- diff --git a/vsys.spec b/vsys.spec index fba6c2b..61c1002 100644 --- a/vsys.spec +++ b/vsys.spec @@ -10,7 +10,7 @@ %define name vsys %define version 0.7 -%define taglevel 9 +%define taglevel 10 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -74,6 +74,12 @@ chkconfig vsys on %postun %changelog +* Wed Jun 18 2008 Sapan Bhatia - vsys-0.7-10 +- Changed a policy in vsys. When an acl is empty, the script doesn't show up in ANY slice. The previous behavior was for +- it to show up in all slices. +- +- + * Wed Jun 18 2008 Sapan Bhatia - vsys-0.7-9 - Added a vsys script for CoMon. -