From 49fc9ca44c625611b16c810a4fa23a966f386d0e Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Tue, 7 Jun 2022 15:57:48 +0000 Subject: Retire F_RTLABEL it was not used for anything. Also cleanup some redundant if statements. OK tb@ --- usr.sbin/bgpd/bgpd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/bgpd/bgpd.h') diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 5a0a9068345..29181ce6e13 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.426 2022/06/05 12:43:13 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.427 2022/06/07 15:57:47 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -90,7 +90,6 @@ #define F_CTL_ADJ_IN 0x2000 /* only set on requests */ #define F_CTL_ADJ_OUT 0x4000 /* only set on requests */ #define F_CTL_BEST 0x8000 -#define F_RTLABEL 0x10000 #define F_CTL_SSV 0x20000 /* only used by bgpctl */ #define F_CTL_INVALID 0x40000 /* only set on requests */ #define F_CTL_OVS_VALID 0x80000 -- cgit v1.2.3