Merge pull request #46 from stargieg/master
authorSteven Barth <steven@midlink.org>
Thu, 20 Aug 2015 05:47:02 +0000 (07:47 +0200)
committerSteven Barth <steven@midlink.org>
Thu, 20 Aug 2015 05:47:02 +0000 (07:47 +0200)
RFC: dhcpv4 support openwrt alias ip addr

1  2 
src/odhcpd.h

diff --cc src/odhcpd.h
@@@ -143,9 -143,10 +143,11 @@@ struct interface 
        int default_router;
        int managed;
        int route_preference;
 +      int ra_maxinterval;
  
        // DHCPv4
+       struct in_addr dhcpv4_addr;
+       struct in_addr dhcpv4_mask;
        struct in_addr dhcpv4_start;
        struct in_addr dhcpv4_end;
        struct in_addr *dhcpv4_router;