Add a debian/changelog entry for version 2.2.1-1fdn3
[l2tpns.git] / bgp.c
2012-01-03 Benjamin CamaMerge branch 'fdn-mods'
2011-09-19 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-09-19 Benjamin CamaForgot to remove a prototype. use-netlink
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-17 Benjamin CamaMerge branch 'fdn-mods'
2011-08-17 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-17 Benjamin CamaFix last commit on switching to CIDR.
2011-08-16 Benjamin CamaSwitch from masks to CIDR globally for IPv4.
2011-08-08 Benjamin CamaMerge branch 'fdn-mods'
2011-08-08 Benjamin CamaDon't process timers of disabled peers.
2011-08-08 Benjamin CamaMerge branch 'fdn-mods'
2011-08-08 Benjamin CamaCheck for expired timers even when receiving no events.
2011-08-07 Benjamin CamaMerge branch 'fdn-mods'
2011-08-07 Benjamin CamaMerge branch 'rfc4760' into fdn-mods
2011-08-07 Benjamin CamaUse the source IP we use as BGP router identifier. rfc4760
2011-07-29 Benjamin CamaMerge branch 'fdn-mods'
2011-07-29 Benjamin CamaMerge branch 'rfc4760' into fdn-mods
2011-07-29 Benjamin CamaAdd a config option to set the advertised BGP next...
2011-07-29 Benjamin CamaWait before retrying on CEASE.
2011-07-29 Benjamin CamaAdd an option to set source address for a BGP session.
2011-07-28 Benjamin CamaRetry on unsupported capability, not restart immediatly.
2011-07-28 Benjamin CamaReally fix parameters length calculation this time.
2011-07-28 Benjamin CamaFix a bug in parameters length setting.
2011-07-28 Benjamin CamaA bit of renaming for clarity.
2011-07-28 Benjamin CamaFix bugs in IPv6 update routine.
2011-07-28 Benjamin CamaDon't send notification when receiving an unsupported...
2011-07-28 Benjamin CamaBetter check for IPv6 compatibility with the BGP peer.
2011-07-28 Benjamin CamaFix the AFI for IPv6.
2011-07-28 Benjamin CamaBetter handle IPv6 routes advertisement (non-)support.
2011-07-28 Benjamin CamaHandle multiprotocol UPDATE.
2011-07-28 Benjamin CamaAdd v6 routes handling.
2011-07-28 Benjamin CamaMove NEXT_HOP attribute so that we can exclude it.
2011-07-28 Benjamin CamaFix a typo from last commit.
2011-07-28 Benjamin CamaDisable IPv6 routes adv when peer doesn't support it.
2011-07-28 Benjamin CamaAdvertise IPv6 capability to peers.
2011-07-28 Benjamin CamaAvoid implicit cast warning.
2011-07-28 Benjamin CamaAdd a per-peer flag if it supports IPv6 routes adv.
2011-07-28 Benjamin CamaAdd Multiprotocol definitions and more param handling.
2011-07-28 Benjamin CamaAdd Optional Parameter and Capability handling.
2011-07-07 Benjamin CamaImported Upstream version 2.1.21 upstream/2.1.21
2005-09-02 bodearestart BGP on receipt of CEASE
2005-07-31 bodea- Replace flags used for LCP/IPCP with state machine.
2005-06-04 bodeaInclude endpoint address in accounting dump files.
2004-12-16 bodeause standard uintN_t types for portability
2004-11-29 bodeamake "established" a different tcp flag match
2004-11-15 bodeaDon't assume BGP peer sends back negotiated hold time...
2004-11-11 bodeamake BGP keepalive/hold time configurable, revise confi...
2004-11-05 bodeause LOG for logging macro
2004-09-02 fred_nerkCleanups and sync
2004-08-13 fred_nerkAdd renegotiation patch from Yuri (ppp-aug10-patch)
2004-06-28 fred_nerk* Update cli callbacks to work with libcli 1.6.
2004-06-23 fred_nerk* Wed Jun 23 2004 David Parrish <david@dparrish.com...