summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2022-07-28 13:11:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2022-07-28 13:11:52 +0000
commitf16ab620789469d0e87513e6d71b17a1d7f2e601 (patch)
tree1c1adbfa48da54c2ae1943e6111338500d1a04ba /usr.sbin/bgpd/bgpd.h
parent68b1b814d77264bb243caf671ff0d91172a89160 (diff)
whitespace found during a read-thru; ok claudio
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 6a8013e6695..981a4424f57 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.447 2022/07/28 10:41:18 claudio Exp $ */
+/* $OpenBSD: bgpd.h,v 1.448 2022/07/28 13:11:48 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -518,7 +518,7 @@ struct ctl_show_rtr {
uint32_t expire;
int session_id;
in_addr_t remote_port;
- enum rtr_error last_sent_error;
+ enum rtr_error last_sent_error;
enum rtr_error last_recv_error;
char last_sent_msg[REASON_LEN];
char last_recv_msg[REASON_LEN];
@@ -1262,7 +1262,7 @@ struct mrt_config {
void send_nexthop_update(struct kroute_nexthop *);
void send_imsg_session(int, pid_t, void *, uint16_t);
int send_network(int, struct network_config *,
- struct filter_set_head *);
+ struct filter_set_head *);
int bgpd_oknexthop(struct kroute_full *);
void set_pollfd(struct pollfd *, struct imsgbuf *);
int handle_pollfd(struct pollfd *, struct imsgbuf *);
@@ -1347,7 +1347,7 @@ void pftable_unref(uint16_t);
uint16_t pftable_ref(uint16_t);
/* parse.y */
-int cmdline_symset(char *);
+int cmdline_symset(char *);
struct prefixset *find_prefixset(char *, struct prefixset_head *);
struct bgpd_config *parse_config(char *, struct peer_head *,
struct rtr_config_head *);
@@ -1420,13 +1420,13 @@ int aspath_verify(void *, uint16_t, int, int);
#define AS_ERR_SOFT -4
u_char *aspath_inflate(void *, uint16_t, uint16_t *);
int nlri_get_prefix(u_char *, uint16_t, struct bgpd_addr *,
- uint8_t *);
+ uint8_t *);
int nlri_get_prefix6(u_char *, uint16_t, struct bgpd_addr *,
- uint8_t *);
+ uint8_t *);
int nlri_get_vpn4(u_char *, uint16_t, struct bgpd_addr *,
- uint8_t *, int);
+ uint8_t *, int);
int nlri_get_vpn6(u_char *, uint16_t, struct bgpd_addr *,
- uint8_t *, int);
+ uint8_t *, int);
int prefix_compare(const struct bgpd_addr *,
const struct bgpd_addr *, int);
void inet4applymask(struct in_addr *, const struct in_addr *, int);