#! /bin/sh /usr/share/dpatch/dpatch-run ## 12-256IP-in-a-guest.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Extending Linux-VServer guests to 256 IP max. @DPATCH@ --- dummy/include/linux/vserver/network.h 2006-08-11 16:36:39.000000000 +0200 +++ dummy-new/include/linux/vserver/network.h 2006-08-11 16:37:02.000000000 +0200 @@ -8,7 +8,7 @@ #define NX_DYNAMIC_ID ((uint32_t)-1) /* id for dynamic context */ -#define NB_IPV4ROOT 16 +#define NB_IPV4ROOT 256 /* network flags */