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: <20070820134447.1eef56ca.varunc@linux.vnet.ibm.com> Date: Mon, 20 Aug 2007 13:44:47 +0530 From: Varun Chandramohan <varunc@...ux.vnet.ibm.com> To: davem@...emloft.net Cc: netdev@...r.kernel.org, kaber@...sh.net, socketcan@...tkopp.net, shemminger@...ux-foundation.org, krkumar2@...ibm.com, varuncha@...ibm.com Subject: [PATCH 1/4 - rev2] New attribute RTA_AGE A new attribute RTA_AGE is added for the age value to be exported to userlevel using netlink Signed-off-by: Varun Chandramohan <varunc@...ux.vnet.ibm.com> --- include/linux/rtnetlink.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index c91476c..68046a4 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -263,6 +263,7 @@ enum rtattr_type_t RTA_SESSION, RTA_MP_ALGO, /* no longer used */ RTA_TABLE, + RTA_AGE, __RTA_MAX }; -- 1.4.3.4 - 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