From b982bce73b7e2c824ffb50115ea382fe45c751a4 Mon Sep 17 00:00:00 2001 From: JP Abgrall Date: Thu, 26 Apr 2012 23:52:58 -0700 Subject: Revert "libsysutils: NetlinkEvent: add support for interface xt_IDLETIMER events." This reverts commit 731d831e91d5d9f8b15ca95367977abe35967166. Now that the xt_IDLETIMER uses the KOBJECT_UEVENT netlink, this change is not needed anymore. --- include/sysutils/NetlinkEvent.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sysutils/NetlinkEvent.h') diff --git a/include/sysutils/NetlinkEvent.h b/include/sysutils/NetlinkEvent.h index 3494a9c..25a56f7 100644 --- a/include/sysutils/NetlinkEvent.h +++ b/include/sysutils/NetlinkEvent.h @@ -34,8 +34,6 @@ public: const static int NlActionChange; const static int NlActionLinkDown; const static int NlActionLinkUp; - const static int NlActionIfaceActive; - const static int NlActionIfaceIdle; NetlinkEvent(); virtual ~NetlinkEvent(); -- cgit v1.1