diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 18:46:17 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 18:46:17 +0000 |
commit | 7cf6eda334dffaf69df401d31534e44640127f22 (patch) | |
tree | a84911c3bfa4ef4c913c9be39fe43bb54da15356 /usr.sbin/ospfd/ospfe.c | |
parent | fbbd40270d5f052b4c08b62bae07889515323161 (diff) |
Support dumping the configuration the way bgpd(8) does it.
This makes it possible to have ospfd(8) parse a configuration file and
display the parsed result.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfe.c')
-rw-r--r-- | usr.sbin/ospfd/ospfe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfe.c b/usr.sbin/ospfd/ospfe.c index cab7d223a4a..0ab896ad378 100644 --- a/usr.sbin/ospfd/ospfe.c +++ b/usr.sbin/ospfd/ospfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.c,v 1.21 2005/05/23 22:54:05 henning Exp $ */ +/* $OpenBSD: ospfe.c,v 1.22 2005/05/26 18:46:16 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -747,7 +747,7 @@ orig_rtr_lsa(struct area *area) */ if (oeconf->redistribute_flags && (oeconf->options & OSPF_OPTION_E)) lsa_rtr.flags |= OSPF_RTR_E; - + border = area_border_router(oeconf); if (border != oeconf->border) { |