]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
pppd: Enable IPV6 by default and fix some warnings
[ppp.git] / pppd / pppd.h
index 2cd79146e56f1c4cbfd56aa0db22c371893505d8..1f208894f77bf38a9e7ad20bfb64c919271ae767 100644 (file)
@@ -655,6 +655,7 @@ int  sifaddr __P((int, u_int32_t, u_int32_t, u_int32_t));
 int  cifaddr __P((int, u_int32_t, u_int32_t));
                                /* Reset i/f IP addresses */
 #ifdef INET6
+int  ether_to_eui64(eui64_t *p_eui64); /* convert eth0 hw address to EUI64 */
 int  sif6addr __P((int, eui64_t, eui64_t));
                                /* Configure IPv6 addresses for i/f */
 int  cif6addr __P((int, eui64_t, eui64_t));