lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <eb3ff54b0708020223o521e89b9v3200e06ab296df12@mail.gmail.com> Date: Thu, 2 Aug 2007 12:23:41 +0300 From: "Rami Rosen" <ramirose@...il.com> To: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [RFC][PATCH] Removal of FASTROUTE definition include/linux/if_packet.h Hi, It seems that PACKET_FASTROUTE definition should be removed due to that fastroute is no longer supported. Regards, Rami Rosen -- Signed-off-by: Rami Rosen <ramirose@...il.com> --- linux-2.6.23-rc1-clean/include/linux/if_packet.h 2007-05-03 12:07:59.000000000 +0300 +++ linux-2.6.23-rc1/include/linux/if_packet.h 2007-08-02 11:37:16.000000000 +0300 @@ -30,7 +30,6 @@ struct sockaddr_ll #define PACKET_OUTGOING 4 /* Outgoing of any type */ /* These ones are invisible by user level */ #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ -#define PACKET_FASTROUTE 6 /* Fastrouted frame */ /* Packet socket options */ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists