]> git.proxmox.com Git - mirror_frr.git/history - zebra
Merge pull request #51 from donaldsharp/atol_borked
[mirror_frr.git] / zebra /
2017-01-09 Olivier DugeonMerge pull request #51 from donaldsharp/atol_borked
2017-01-06 Donald Sharpzebra: Allow tag values greater than 2 billion on arm
2017-01-03 David LamparterMerge pull request #37 from LabNConsulting/working...
2017-01-03 Donald SharpMerge pull request #28 from opensourcerouting/dev/osr...
2016-12-28 David LamparterMerge pull request #31 from opensourcerouting/freebsd...
2016-12-23 Renato Westphalzebra: remove unused variable
2016-12-23 Renato Westphalzebra: fix FIB route updates on *BSD
2016-12-20 David Lamparterbuild: rename (2 of ?): route_types macros
2016-12-20 David Lamparterbuild: replace some hardcoding with ./configure
2016-12-20 David Lamparterbuild: rename (1 of ?): configure.ac + preproc
2016-12-20 David Lamparterbuild: remove $Format tags
2016-12-08 David LamparterMerge branch '-isisd-simpl' into stable/2.0
2016-12-05 David LamparterMerge branch '-rip' into stable/2.0
2016-12-05 David LamparterMerge branch '-renato' into stable/2.0
2016-12-05 Donald Sharplib, zebra: Minimize display of link-params sub data
2016-12-01 Christian Frankezebra: check ZEBRA_IFC_REAL on if_up
2016-11-28 Renato Westphalzebra: plug more memory leaks
2016-11-28 Renato Westphalzebra: loop through all static routes on vrf enable...
2016-11-28 Renato Westphalzebra/lib: remove redundant fields from zebra_vrf
2016-11-28 Renato Westphallib/zebra: put vrf_get() on a diet
2016-11-28 Renato Westphalzebra: order VRFs by name on user output
2016-11-28 Renato Westphallib/zebra: convert vrf_list to a red-black tree
2016-11-28 Renato Westphal*: rename two vrf functions
2016-11-28 Renato Westphallib: convert vrf code to use red-black trees as well
2016-11-28 Renato Westphalzebra: nuke zvrf_list and always use vrf_list instead
2016-11-28 Renato Westphalzebra/lib: move some code around
2016-11-28 Renato Westphalzebra/lib: plug several memleaks
2016-11-28 David LamparterMerge branch 'cmaster-next-isisd-bpf' into cmaster...
2016-11-28 David LamparterMerge remote-tracking branch 'cmaster-next' into cmaste...
2016-11-28 Renato Westphalzebra: add missing license headers to two files
2016-11-25 Renato Westphal*: create a helper function to set the IP_MULTICAST_LOO...
2016-11-25 Renato Westphalpimd/zebra: fix setting of IP_MULTICAST_LOOP on OpenBSD
2016-11-19 Donald SharpMerge remote-tracking branch 'origin/cmaster' into...
2016-11-19 David LamparterMerge remote-tracking branch 'cmaster-next' into cmaste...
2016-11-18 Donald Sharpvtysh, zebra: Fix link-params to use exit-link-params
2016-11-18 Donald SharpMerge remote-tracking branch 'opensourcerouting/cmaster...
2016-11-18 Donald Sharp*: Fix up licensing to be right
2016-11-15 David Lamparterlib: replace strlcpy & strlcat with glibc versions
2016-11-15 David Lamparterbuild: massively remove needless checks
2016-11-15 David Lamparterzebra: fix sign warning in SNMP code
2016-11-14 Don SliceMerge branch 'cmaster' of ssh://stash.cumulusnetworks...
2016-11-14 Don Slicezebra: remove recursively derived static routes correctly
2016-11-14 David Lamparter*: fix some licensing SNAFUs
2016-11-12 David Lamparterzebra: fix link-params CLI handling
2016-11-10 Donald SharpMerge remote-tracking branch 'origin/cmaster' into...
2016-10-25 Donald Sharpzebra: Allow v6 static routes to handle mpls not in...
2016-10-25 Donald Sharpzebra: Disable mpls slightly different
2016-10-25 Donald Sharpzebra: If fpm is not turned on hide the cli for it
2016-10-21 Donald SharpMerge remote-tracking branch 'origin/cmaster' into...
2016-10-20 Paul Jakma*: Fix duplicate commands from view/enable node consoli...
2016-10-19 Donald Sharp*: Consolidate routemap initialization
2016-10-18 Don Slicezebra: Move netlink error message under a debug
2016-10-18 Renato Westphallib/zebra: remove code duplication in redist_del_instance()
2016-10-18 Renato Westphalzebra: fix processing of redistribute messages
2016-10-18 Renato Westphalldpd: remove dead code from zsend_redistribute_route()
2016-10-18 Renato Westphalzebra: cleanup redistribution code
2016-10-18 Renato Westphalzebra: fix redistribution of default routes
2016-10-18 Renato Westphalzebra/ldpd: introduce ZEBRA_ROUTE_ALL wildcard route...
2016-10-18 David Lamparterzebra: use unsigned args for *addattr
2016-10-18 Timo Teräszebra: Fix route deletion on *BSD
2016-10-18 Timo Teräszebra: kernel interface simplification
2016-10-18 David Lamparterzebra: remove rt_ioctl kernel interface
2016-10-16 Donald Sharpzebra: Fix dist so that zebra includes right .h
2016-10-17 Donald Sharpzebra: Fix compile failure in CI
2016-10-17 vivekzebra: Refactor netlink interactions
2016-10-14 vivekzebra: Derive VRF Id for slave interfaces correctly
2016-10-14 vivekzebra: Ensure correct use of VRF ID versus NS ID
2016-10-14 vivekzebra: Clear off pointer array into which netlink attri...
2016-10-13 Daniel Waltonzebra: Fix signed / unsigned build error
2016-10-11 Donald Sharpzebra: Fix signed / unsigned comparisons
2016-10-08 Donald Sharp*: Consolidate all double VIEW_NODE and ENABLE_NODE's
2016-10-08 Christian Franke*: Consistently support 32-bit route tags
2016-10-08 Donald Sharpzebra: Fix some warnings found during compile.
2016-10-07 David Lamparterzebra: use qobj and enable concurrent config edits
2016-10-06 Don Slicezebra: add support for ipv6 static to null0
2016-10-05 Donald Sharpzebra: Fix wrong afi used in zebra_static.c
2016-10-03 Lou Bergerbgpd: add L3/L2VPN Virtual Network Control feature
2016-09-30 Timo Teräszebra: support FIB override routes
2016-09-30 Donald SharpMerge remote-tracking branch 'origin/cmaster' into...
2016-09-28 Renato Westphalldpd: always advertise labels upon receiving a redistri...
2016-09-28 Daniel Waltonuse JSON_C_TO_STRING_PRETTY for json_object_to_json_string
2016-09-27 Daniel Waltonzebra: "ip import-table" display is hosed
2016-09-26 Renato Westphalzebra: add missing files to EXTRA_DIST
2016-09-23 Christian FrankeMake route flags a 32bit field
2016-09-23 David Lamparterfpm/protobuf: fix compile errors & warnings
2016-09-23 Avneesh Sachdevzebra: add developer test functions for FPM code
2016-09-23 Avneesh Sachdevzebra: optionally use protobuf with FPM
2016-09-23 Udaya Shankara KSzebra: Enable fpm module to connect to remote fpm server
2016-09-23 Donald SharpRevert "Make route flags a 32bit field"
2016-09-23 Donald SharpRevert "zebra: use link scope for interface routes"
2016-09-23 Donald SharpRevert "zebra: support FIB override routes"
2016-09-23 Timo Teräszebra: support FIB override routes
2016-09-23 Timo Teräszebra: use link scope for interface routes
2016-09-23 Christian FrankeMake route flags a 32bit field
2016-09-23 Renato Westphalzebra: check at startup if the kernel supports MPLS
2016-09-23 Renato Westphalzserv: always send all information about each route
2016-09-23 Renato Westphalzebra: add explicit-null option for static MPLS LSPs
2016-09-23 Renato Westphalzebra: install MPLS CLI commands only if MPLS is enabled.
2016-09-23 Renato WestphalMPLS: ignore hardware restrictions when --enable-cumulu...
2016-09-23 Renato WestphalMPLS: add support for labeled IPv6 static routes.
next