pf-tools commit: r740 [parmelan-guest] - in /branches/0.33-stable: debian/changelog lib/PFTools/Net.pm

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Thu Apr 29 12:41:42 UTC 2010


Author: parmelan-guest
Date: Thu Apr 29 12:41:25 2010
New Revision: 740

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=740
Log:
fix_*

Modified:
    branches/0.33-stable/debian/changelog
    branches/0.33-stable/lib/PFTools/Net.pm

Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=740&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Thu Apr 29 12:41:25 2010
@@ -13,12 +13,12 @@
     - detect if we are running in a KVM or QEMU virtual host.
     - when remapping interfaces, do not reuse bonding slaves.
     - uncomment the Warn for duplicated network definitions, but don't spit it
-      out from from filter_* or mk_* commands.
+      out from from filter_* fix_* or mk_* commands.
     - force serial console when running in a KVM or QEMU virtual host.
   * tools/kvmlaunch:
     - correctly handle bonding / slaves / eth remapping.
 
- -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Thu, 29 Apr 2010 14:24:17 +0200
+ -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Thu, 29 Apr 2010 14:40:46 +0200
 
 pf-tools (0.33.19-1) unstable; urgency=low
 

Modified: branches/0.33-stable/lib/PFTools/Net.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/lib/PFTools/Net.pm?rev=740&op=diff
==============================================================================
--- branches/0.33-stable/lib/PFTools/Net.pm (original)
+++ branches/0.33-stable/lib/PFTools/Net.pm Thu Apr 29 12:41:25 2010
@@ -1469,7 +1469,7 @@
     }
 
     # Not an error, only a warning
-    # Also, don't spit out the warning from filter_* or mk_*
+    # Also, don't spit out the warning from filter_* fix_* or mk_*
     # to avoid clobbering update-config's output
     if ( defined( $Z->{'NETWORK'}->{'BY_ADDR'}->{ $S->{'network'} } ) ) {
 	Warn( $ERR_SYNTAX,
@@ -1478,7 +1478,7 @@
 		. ") pour le reseau "
 		. $net . " avec le reseau "
 		. $Z->{'NETWORK'}->{'BY_ADDR'}->{ $S->{'network'} }->{'name'} )
-	    unless $0 =~ m{ \A (?:.*/)? (?:filter|mk)_[^/]+ \z }xms;
+	    unless $0 =~ m{ \A (?:.*/)? (?:filter|fix|mk)_[^/]+ \z }xms;
     }
 
     # Calcul des adresses, netmasks et broadcasts




More information about the pf-tools-commits mailing list