mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
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:
parent
d363df2cee
commit
3db0a77852
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user