]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Mar 2008 22:08:04 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-options.patch -> 1.3

dhcp-options.patch

index 019d99cbe0ec562eb8de3d4207910d66795c85d0..d48d45577adfa1b5e6b2561f3036ab9c943a3c4f 100644 (file)
@@ -26,13 +26,13 @@ diff -up dhcp-4.0.0/includes/dhcpd.h.options dhcp-4.0.0/includes/dhcpd.h
 diff -up dhcp-4.0.0/includes/dhctoken.h.options dhcp-4.0.0/includes/dhctoken.h
 --- dhcp-4.0.0/includes/dhctoken.h.options     2007-10-31 09:13:33.000000000 -1000
 +++ dhcp-4.0.0/includes/dhctoken.h     2007-12-29 11:13:51.000000000 -1000
-@@ -345,7 +345,8 @@ enum dhcp_token {
-       RANGE6 = 648,
-       WHITESPACE = 649,
-       TOKEN_ALSO = 650,
--      AFTER = 651
-+      AFTER = 651,
-+      BOOTP_BROADCAST_ALWAYS = 652
+@@ -349,7 +349,8 @@
+       WHITESPACE = 652,
+       TOKEN_ALSO = 653,
+       AFTER = 654,
+-        ZEROLEN = 655
++        ZEROLEN = 655,
++      BOOTP_BROADCAST_ALWAYS = 656
  };
  
  #define is_identifier(x)      ((x) >= FIRST_TOKEN &&  \
This page took 0.22022 seconds and 4 git commands to generate.