]> git.puffer.fish Git - matthieu/frr.git/shortlog
matthieu/frr.git
2015-12-08 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-12-08 vivekZebra: Eliminate unnecessary del-add upon static route...
2015-12-08 Daniel WaltonBGP: update-group needs to consider addpath capability...
2015-12-08 Donald Sharpbgpd: Modify maxpaths cli's to use MULTIPATH_NUM for...
2015-12-08 Donald Sharplib: Add CMD_RANGE_STR macro to command.h
2015-12-08 Donald Sharpbgpd: Convert BGP_MAXIMUM_MAXPATHS to MULTIPATH_NUM
2015-12-08 Donald Sharpbgpd: Use actual MULTIPATH_NUM as the limitor
2015-12-08 Donald Sharpbuild: Make MULTIPATH_NUM a config.h value
2015-12-07 Daniel WaltonEnable IPv6 ND RA for interfaces that have an IPv6...
2015-12-07 Daniel WaltonBGP bestpath debugs need to display the addpath RX ID
2015-12-04 Donald SharpZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAME
2015-12-04 Donald Sharpzebra: Remove STATIC_XXX_IFNAME and use _IFINDEX
2015-12-02 Donald SharpDebian: Fixup build issues with switch to 3.0
2015-12-01 Daniel WaltonZebra: crash in zebra_deregister_rnh_static_nexthops
2015-11-30 Daniel WaltonBGP: 'neighbor swpX interface peer-group FOO' is needed...
2015-11-27 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-27 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-27 Donald SharpQuagga: Nexthop refactoring
2015-11-23 Donald Sharpbgpd: Refactor some code for nexthop handling
2015-11-23 Donald SharpQuagga: prefix2str fixup
2015-11-23 Donald SharpQuagga: Fixup some compile warnings
2015-11-23 Donald Sharplib: Fixup of NULL calls to XSTRDUP
2015-11-23 Daniel WaltonShould be able to "no" the full text of any config...
2015-11-20 Donald SharpQuagga: vrf_id not being set correctly
2015-11-20 vivekMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-20 vivekZebra: Ignore bridge address family netlink notifications
2015-11-20 Daniel WaltonBGP: Remove the requirement to rebind a peer to its...
2015-11-20 Daniel WaltonBGP crash in group_announce_route_walkcb
2015-11-20 Daniel WaltonQuagga default: BGP enable "maximum-paths 64"
2015-11-20 vivekZebra: Handle IPv6 address status during initialization
2015-11-20 vivekMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-20 vivekZebra: Cleanup RIB debugs
2015-11-20 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-20 Donald SharpQuagga: Fixup decision about what an unnumbered interfa...
2015-11-20 Donald SharpQuagga: Cleanup RTADV define
2015-11-20 Donald Sharplib: Fixup a compiler warning on netbsd
2015-11-19 vivekZebra: Fix replace route for uninstall scenario
2015-11-19 vivekZebra: Implement route replace for IPv6
2015-11-19 Donald Sharpzebra: Fix non usage of VRF_DEFAULT
2015-11-18 Donald SharpQuagga: Fixup cli and json keyword
2015-11-18 Daniel WaltonBGP: extcommunity-list are displayed before community...
2015-11-17 vivekBGP: Handle router-id correctly in config and display.
2015-11-17 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-17 Alexis FasquelBGP: Update dump to allow Extended Time Format
2015-11-17 Donald SharpQuagga: Set MULTIPATH_NUM to 64 when user specifies...
2015-11-17 Daniel WaltonBGP: crash in update_subgroup_merge()
2015-11-16 Donald SharpZebra: Remove reliance on NEXTHOP_TYPE_IPV4_ONLINK
2015-11-15 vivekBGP: Fix nexthop registration churn
2015-11-15 vivekBGP: Handle change to nexthop correctly
2015-11-15 vivekZebra: Ensure correct route is used for redistribute...
2015-11-15 vivekBGP: Fix the setting of link-local nexthops in some...
2015-11-13 Daniel WaltonQuagga default: BGP enable "maximum-paths 64"
2015-11-13 Daniel WaltonBGP: Remove deprecated commands and add warning that...
2015-11-13 Daniel WaltonOSPF: remove deprecated commands
2015-11-12 Daniel Waltonbgp may add multiple path entries with the same nexthop
2015-11-12 Daniel WaltonBGP: "redistribute" is missing from the "address-family...
2015-11-11 Donald SharpBGP: changing remote-as from external to external reset...
2015-11-10 Daniel WaltonQuagga default: BGP "no-as-set" should be the default...
2015-11-10 Daniel WaltonBGP: route-server will now use addpath...chop the _rscl...
2015-11-10 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-10 Donald SharpZebra: Remove dependency on rib_bogus_ipv6
2015-11-09 Donald SharpOSPF: Fix zlog_warn to zlog_debug in some unlikely...
2015-11-06 Daniel WaltonQuagga crash in prefix_list_apply
2015-11-06 Daniel WaltonBGP: Implement "neighbor x.x.x.x addpath-tx-bestpath...
2015-11-05 Daniel WaltonBGP: Correctly display local-as for peer-group member
2015-11-05 Daniel WaltonBGP: support for addpath TX
2015-11-04 Donald Sharpdebian: Modify Quagga cumulus version in debian packaging
2015-11-04 Daniel WaltonBGP ORF fails to filter prefixes correctly
2015-11-04 Daniel WaltonBGP: enable deterministic-med by default
2015-11-04 Vipin KumarMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-11-04 Feng Lu*: add VRF ID in the API message header
2015-11-03 Daniel WaltonBGP: vtysh should accept just "router bgp" if the AS...
2015-11-03 Daniel WaltonEnable OSPF "log-adjacency-changes" by default
2015-11-03 Daniel WaltonAdd "no debug ospf" and "no debug ospf6" commands to...
2015-11-03 Donald Sharplib: Fix missing plist_int.h
2015-11-03 David Lamparterlib: optimise prefix list setup
2015-11-03 David Lamparterlib: use trie structure for prefix list matching
2015-11-03 David Lamparterlib: straighten out ORF prefix list support
2015-11-03 David Lamparterlib: hide internal prefix list structures
2015-10-30 Vipin KumarFixing a space before VRF_CMD_STR in ip route commands.
2015-10-30 Donald SharpMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-10-30 Vipin KumarMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2015-10-30 Vipin KumarFixing a few compile errors
2015-10-30 Vipin Kumarzebra_vrf lookup fix in upstream VRF patches
2015-10-30 Feng Luzebra, lib/memtypes.c: the netlink sockets work per VRF
2015-10-30 Feng Luzebra: maintain RTADV per VRF
2015-10-30 Feng Luzebra: add hooks upon enabling / disabling a VRF
2015-10-30 Feng Lulib/vrf: enable / disable a VRF
2015-10-30 Feng Luzebra: maintain the router-id per VRF
2015-10-30 Feng Luzebra: configure static routes in any VRF
2015-10-30 Feng Luzebra: lookup the address in all VRFs when set the...
2015-10-30 Feng Luzebra: let the route-map rule "match interface" work...
2015-10-30 Feng Luzebra: show routes in a specified VRF or all VRFs
2015-10-30 Feng Luzebra: let FIB stand for its respective VRF
2015-10-30 Feng Luzebra: show interfaces in a specified VRF or all VRFs
2015-10-30 Feng Lulib, zebra, vtysh: configure an interface in non-defaul...
2015-10-30 Feng Lulib: move the interface list into "struct vrf"
2015-10-30 Feng Lu*: call if_init()/if_terminate() from vrf_init()/vrf_te...
2015-10-29 Feng Lulib, zebra: add "vrf_id" into the "struct interface"
2015-10-29 Feng Lulib, zebra: move "struct vrf" to be a lib module
next