2003-06-19 Paul Jakma <paul@dishone.st>

* ospfd/ospf_packet.c: Fix typos, extra squiggly bracket. Note to
	  self: in future make sure that when you test compile a change you
          actually have the relevant configure options enabled.
This commit is contained in:
paul 2003-06-19 01:07:40 +00:00
parent d363df2cee
commit 3db0a77852

View File

@ -1053,11 +1053,10 @@ ospf_db_desc (struct ip *iph, struct ospf_header *ospfh,
&& (!CHECK_FLAG (dd->options, OSPF_OPTION_NP)) )
{
if (IS_DEBUG_OSPF_EVENT)
zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options");
zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options",
inet_ntoa (nbr->router_id) );
SET_FLAG (dd->options, OSPF_OPTION_NP);
}
}
#endif /* HAVE_NSSA */
#ifdef REJECT_IF_TBIT_ON