summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-10-02 22:06:03 -0300
committerRenato Westphal <renato@opensourcerouting.org>2017-10-10 09:05:02 -0300
commit8928a08f657948c5d04807de399b89051ae54d88 (patch)
tree9639d1a05de75c6fac58dea45d3807d471f10ab4 /lib/if.h
parentf4e14fdba7de19ca660278a0b8c750140db5868b (diff)
*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL
IFINDEX_DELETED is not necessary anymore as we moved from a global list of interfaces to a list of interfaces per VRF. This reverts commit 84361d615. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/if.h b/lib/if.h
index a8058c9e9e..d4ae8fc429 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -217,7 +217,6 @@ struct interface {
deleted interfaces). */
ifindex_t ifindex;
#define IFINDEX_INTERNAL 0
-#define IFINDEX_DELETED INT_MAX
/* Zebra internal interface status */
u_char status;