@@ -2,6 +2,7 @@
authorian <ian>
Sun, 15 Sep 2002 12:37:59 +0000 (12:37 +0000)
committerian <ian>
Sun, 15 Sep 2002 12:37:59 +0000 (12:37 +0000)
+  * ipif service MAXEXROUTES increased from 5 to 50.

changelog
debian/changelog
ipif/service.c

index 8783e65..ee56142 100644 (file)
--- a/changelog
+++ b/changelog
@@ -2,6 +2,7 @@ userv-utils (0.2.4) unstable; urgency=low
 
   * Minor fixes to INSTALL.
   * Report nonzero death of m4 better.
+  * ipif service MAXEXROUTES increased from 5 to 50.
 
  --
 
index 8783e65..ee56142 100644 (file)
@@ -2,6 +2,7 @@ userv-utils (0.2.4) unstable; urgency=low
 
   * Minor fixes to INSTALL.
   * Report nonzero death of m4 better.
+  * ipif service MAXEXROUTES increased from 5 to 50.
 
  --
 
index 3a59b2b..e0c937c 100644 (file)
 #include <sys/stat.h>
 
 #define NARGS 4
-#define MAXEXROUTES 5
+#define MAXEXROUTES 50
 #define ATXTLEN 16
 
 static const unsigned long gidmaxval= (unsigned long)((gid_t)-2);