summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-01-21 23:14:02 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-01-21 23:14:02 +0200
commitfa68e7c285b0dbf8a2b49705277f6ea47cceddca (patch)
treeb1cc2fa5d81b15a50f5d518516484ef4e2f52569 /lib
parentaa5ff67844f5b7d52c5efb58d96803fcb545be3b (diff)
Revert "zebra: Add connected with noprefixroute"
This reverts commit b311787366bae730b58d416251eed45c608df8a3.
Diffstat (limited to 'lib')
-rw-r--r--lib/if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/if.h b/lib/if.h
index 66d1f30d93..7b4415da45 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -420,8 +420,6 @@ struct connected {
#define ZEBRA_IFA_SECONDARY (1 << 0)
#define ZEBRA_IFA_PEER (1 << 1)
#define ZEBRA_IFA_UNNUMBERED (1 << 2)
-#define ZEBRA_IFA_NOPREFIXROUTE (1 << 3)
-
/* N.B. the ZEBRA_IFA_PEER flag should be set if and only if
a peer address has been configured. If this flag is set,
the destination field must contain the peer address.