]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.c
authorRoy Marples <roy@marples.name>
Sat, 2 Feb 2013 14:05:55 +0000 (14:05 +0000)
committerRoy Marples <roy@marples.name>
Sat, 2 Feb 2013 14:05:55 +0000 (14:05 +0000)
commit294eff4df4239e12befe13fcbeecfcb9c5f34e75
tree91c14ea2cf264c154e63faa8770bbe8c7ef5506a
parent1a59b377b556aaccc9470cac50c954d565c62be4
Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.c
and dhcp.c
Split configure.c into script.c and move the rest into dhcp.c

This starts the goal of making the base of dhcpcd protocol agnostic and
working towards building IPv4 and/or IPv6 code only to reduce size and
allow growing any future new protocol easier.
20 files changed:
Makefile
arp.c
arp.h
bind.c [deleted file]
dhcp-common.c [new file with mode: 0644]
dhcp-common.h [new file with mode: 0644]
dhcp.c
dhcp.h
dhcp6.c
dhcpcd.c
dhcpcd.h
if-linux.c
ipv4.c [moved from configure.c with 53% similarity]
ipv4.h [moved from bind.h with 81% similarity]
ipv4ll.c
ipv6.c
ipv6ns.c
ipv6rs.c
script.c [new file with mode: 0644]
script.h [moved from configure.h with 81% similarity]