diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-21 23:14:02 +0200 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-21 23:14:02 +0200 | 
| commit | fa68e7c285b0dbf8a2b49705277f6ea47cceddca (patch) | |
| tree | b1cc2fa5d81b15a50f5d518516484ef4e2f52569 /lib | |
| parent | aa5ff67844f5b7d52c5efb58d96803fcb545be3b (diff) | |
Revert "zebra: Add connected with noprefixroute"
This reverts commit b311787366bae730b58d416251eed45c608df8a3.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/if.h | 2 | 
1 files changed, 0 insertions, 2 deletions
@@ -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.  | 
