projects
/
oweals
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0ff39e3
8f328a9
)
Merge pull request #46 from stargieg/master
author
Steven Barth
<steven@midlink.org>
Thu, 20 Aug 2015 05:47:02 +0000
(07:47 +0200)
committer
Steven 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
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/odhcpd.h
index ab24674e5f152c0e301333dbaf04160b2c3acbb6,d3a5ad65577931be3028a0eabfece10be448cf56..759fb0401884096fb1a8b5150d0aaf57be23b716
---
1
/
src/odhcpd.h
---
2
/
src/odhcpd.h
+++ b/
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;