<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/libtun6/tun6.c
+++ b/libtun6/tun6.c
@@ -53,7 +53,7 @@
 const char os_driver[] = "Linux";
 # define USE_LINUX 1
 
-# include &lt;linux/if_tun.h&gt; // TUNSETIFF - Linux tunnel driver
+# include &lt;linux/if_tun.h&gt; // TUNSETIFF - Linux tunnel driver, ETH_P_IPV6
 /*
  * &lt;linux/ipv6.h&gt; conflicts with &lt;netinet/in.h&gt; and &lt;arpa/inet.h&gt;,
  * so we've got to declare this structure by hand.
@@ -65,7 +65,7 @@ struct in6_ifreq {
 };
 
 # include &lt;net/route.h&gt; // struct in6_rtmsg
-# include &lt;netinet/if_ether.h&gt; // ETH_P_IPV6
+//# include &lt;netinet/if_ether.h&gt; // ETH_P_IPV6
 
 typedef struct
 {
</pre></body></html>