SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
- handle pppoe interfaces
--- getlhs.c.orig Fri Dec 26 15:31:29 2014
+++ getlhs.c Sun Dec 4 20:53:14 2016
@@ -62,6 +62,7 @@ int dltype_to_lhs(int dltype)
#ifdef DLT_ATM_CLIP
case DLT_ATM_CLIP:
#endif
+ case DLT_PPP_ETHER:
lhs = 8;
break;
#ifdef DLT_C_HDLC