summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-09BGP: Add support for specifying interface names to allow peerings using ↵ll-peering-old2Matthias Schiffer
link-local addresses
2011-12-09Make NEF_STICKY work with fixed interfaces and allow specifying interface namesMatthias Schiffer
2011-12-09BSD: Correctly read numbered v6 addresses on ptp interfacesMatthias Schiffer
When using IPv6, unnumbered interfaces can have numbered IP addresses; one example are link-local addresses, which always have a prefix length of 64.
2011-12-09Update the neighbor cache on every address addition or removalMatthias Schiffer
Only updating the cache when an interface goes up or down leaves it unaware of addresses that are added or removed without taking the interface down.
2011-11-17Fixes RAdv proto w.r.t. templates.Ondrej Zajicek
Thanks Alexander V. Chernikov for this.
2011-11-10Fixes missing header.Ondrej Zajicek
2011-11-07Implements protocol templates.Ondrej Zajicek
Based on the patch from Alexander V. Chernikov. Extended to support almost all protocols. Uses 'protocol bgp NAME from TEMPLATE { ... }' syntax.
2011-10-27Fixes seqnum generation.Ondrej Zajicek
Thanks Mohammad Amin Shoaie for notification.
2011-10-26Some minor fixes in parser.Ondrej Zajicek
2011-10-26Fixes sockets for IPv4 RIP.Ondrej Zajicek
Thanks Roman Hoog Antink for a suggestion.
2011-10-10NEWS and version update.Ondrej Zajicek
2011-10-10Fixes for include.Ondrej Zajicek
2011-10-09Extend the error message.Ondrej Zajicek
2011-10-06Use reserved address blocks for documentation (RFC 5737).Ondrej Zajicek
2011-10-06Signal problems with route installation to kernel tables.Ondrej Zajicek
2011-10-01Fixes some error messages and the NSSA gw lookup.Ondrej Zajicek
Thanks to Alexander V. Chernikov for the patch.
2011-09-27Fixes a bug with multiple function arguments.Ondrej Zajicek
2011-09-24Use undefined scope for undefined IPv6 addresses.Ondrej Zajicek
2011-09-24Implements static recursive routes.Ondrej Zajicek
2011-09-18Fixed problem during 'configure' with ECOndrej Filip
2011-09-12Removed some completed jobs.Ondrej Filip
2011-09-11NEWS file updated.Ondrej Filip
2011-09-11Configuration can include other files.Ondrej Filip
2011-09-04NEWS and version update.Ondrej Zajicek
2011-09-04NetBSD compile fix.Ondrej Zajicek
2011-09-04Minor changes in BGP protocol info.Ondrej Zajicek
Shows neighbor IP and ASN even if protocol is down.
2011-09-03Fixes possible buffer overflow when printing BGP attributes.Ondrej Zajicek
Thanks to Alexander V. Chernikov for the patch.
2011-09-03Fixes for OSPF NSSA handling.Ondrej Zajicek
2011-08-16The generalized TTL security mechanism (RFC 5082) support.Ondrej Zajicek
Thanks to Alexander V. Chernikov for the patch.
2011-08-15Fixes some missing tabs.Ondrej Zajicek
They unintentionally disappeared in 1.3.2.
2011-08-15A minor fix in BSD.Ondrej Zajicek
2011-08-14BGP Extended communities documentation.Ondrej Zajicek
2011-08-14BGP Extended communities.Ondrej Zajicek
2011-08-08The documentation update.Ondrej Zajicek
2011-08-08OSPF NSSA support, inter-area LSA translation.Ondrej Zajicek
2011-07-29Handles missing macro.root
2011-07-28Fixes crash on BSD.Ondrej Zajicek
2011-07-22OSPF NSSA translator election.Ondrej Zajicek
2011-07-20OSPF NSSA support, part one.Ondrej Zajicek
2011-07-20Fixes broken multi-area OSPF.Ondrej Zajicek
2011-07-08NEWS and version update.Ondrej Zajicek
2011-07-08Removes timers for stub interfaces. Also fixes some minor bugs.Ondrej Zajicek
2011-07-06Do not open sockets for stub interfaces.Ondrej Zajicek
2011-07-03Fixes LSA checksum computation for larger LSAs.Ondrej Zajicek
2011-07-03Prints full community lists during 'show route all'.Ondrej Zajicek
2011-06-26Fix route types in rta_show().Ondrej Zajicek
2011-06-26Adds filter clist operation.Ondrej Zajicek
2011-06-25Fixes output of BGP timers in 'show protocols all'.Ondrej Zajicek
2011-06-25IPV6_CHECKSUM should not be used on ICMPv6 sockets.Ondrej Zajicek
2011-06-20Fixes a bug related to protocol enabling and reconfigure.Ondrej Zajicek
When a protocol was enabled interactively (but disabled in the config file), then reconfigure in some cases forgets to disable it.