chiark / gitweb /
@@ -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 8783e65392d53f91285c469f27bba1a070023c25..ee56142b215f442118edf981c7d0da0a9d070cbb 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 8783e65392d53f91285c469f27bba1a070023c25..ee56142b215f442118edf981c7d0da0a9d070cbb 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 3a59b2b24c4e29ce0bd53db4384721c2489e1944..e0c937c03d22a8ef3e8c6b3e535178e867585a36 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);