diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-27 18:43:37 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-27 18:43:37 +0000 |
commit | 16b98251f47d641f45d9edcc6794ea33d1df43df (patch) | |
tree | 8549f294a1f367a62fdc9934a48cc78e3a2dc08a /usr.sbin | |
parent | 8aa70b3a4130113ba2bea42273de26b20c41eba8 (diff) |
style
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/config.c | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/kroute.c | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 11946568609..d54f82ce884 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.8 2003/12/27 14:42:59 henning Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.9 2003/12/27 18:43:36 henning Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2002 Daniel Hartmeier <dhartmei@openbsd.org> @@ -137,7 +137,7 @@ If set to do not update the Forward Information Base aka the kernel routing table. The default is -.Em yes . +.Em yes . .El .Sh NEIGHBORS AND GROUPS .Ar bgpd diff --git a/usr.sbin/bgpd/config.c b/usr.sbin/bgpd/config.c index a90437edd98..4f89531e585 100644 --- a/usr.sbin/bgpd/config.c +++ b/usr.sbin/bgpd/config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: config.c,v 1.10 2003/12/27 14:58:22 henning Exp $ */ +/* $OpenBSD: config.c,v 1.11 2003/12/27 18:43:36 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -77,7 +77,7 @@ merge_config(struct bgpd_config *xconf, struct bgpd_config *conf) else kroute_fib_decouple(); } - + xconf->flags = conf->flags; xconf->log = conf->log; diff --git a/usr.sbin/bgpd/kroute.c b/usr.sbin/bgpd/kroute.c index 87791255630..f09ff151e5f 100644 --- a/usr.sbin/bgpd/kroute.c +++ b/usr.sbin/bgpd/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.41 2003/12/27 18:41:40 henning Exp $ */ +/* $OpenBSD: kroute.c,v 1.42 2003/12/27 18:43:36 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -40,7 +40,6 @@ struct { int fib_sync; int fd; } kr_state; - struct kroute_node { RB_ENTRY(kroute_node) entry; |