Define LWIP_IPV4 so that ip_addr_t has a union of ip4_addr_t and
ip6_addr_t, use appropriate accessor macros. Switch to ip4_addr_t for
Legacy IP addresses in 'struct interface'.
Rip out a bunch of nonsense code in CONFIG_IPV6, and wire up basic packet
input/output.