summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ldpd: schedule the sending of label messages when necessaryRenato Westphal2017-06-053-14/+72
* ldpd: improve ldp_zebra_read_route()Renato Westphal2017-06-051-26/+15
* ldpd: be more conservative with labelsRenato Westphal2017-06-051-8/+11
* ldpd: accept notifications during the session establishment processRenato Westphal2017-06-052-2/+12
* ldpd: minor changes in the output of some show commandsRenato Westphal2017-06-051-2/+2
* ldpd: use synchronous channels for sending log messagesRenato Westphal2017-06-055-5/+23
* ldpd: remove unnecessary checks if a signal was caughtRenato Westphal2017-06-051-10/+3
* ldpd: fix segfault after failed initializationRenato Westphal2017-06-052-7/+13
* ldpd: simplify initialization of the child processesRenato Westphal2017-06-058-126/+126
* ldpd: call openzlog() in the child processes as wellRenato Westphal2017-06-051-3/+3
* ldpd: fix log level of log_warn() and log_warnx()Renato Westphal2017-06-051-5/+5
* ldpd: split log.c into two filesRenato Westphal2017-06-058-516/+549
* release: frr-3.0-rc0frr-3.0-rc0David Lamparter2017-06-011-1/+1
* vtysh: Add back some missing bgp commandsDonald Sharp2017-05-301-0/+1
* Merge pull request #583 from chiragshah6/pim_dev_3_0Jafar Al-Gharaibeh2017-05-295-34/+48
|\
| * pimd: Fix to Tx S,G Join when SGRpt->Join stateChirag Shah2017-05-185-34/+48
* | Merge pull request #622 from Jafaral/vtysh-no-userDonald Sharp2017-05-261-1/+4
|\ \
| * | vtysh: fix a compile error when user/group are disabledJafar Al-Gharaibeh2017-05-261-1/+4
|/ /
* | Merge pull request #611 from LabNConsulting/working/3.0/patch-set/deprecateEncapDonald Sharp2017-05-2414-1093/+12
|\ \
| * | bgpd: remove encap safi vty related files bgp_encap.h|cLou Berger2017-05-237-92/+2
| * | bgpd: remove encap_safi rx processingLou Berger2017-05-233-155/+0
| * | bgpd: remove encap safi show commandsLou Berger2017-05-235-555/+7
| * | bgpd rfapi: remove ability to configure use of encap-safi (continue to use en...Lou Berger2017-05-231-2/+1
| * | bgpd: remove support for ipv4|6 encap safi configLou Berger2017-05-232-223/+2
| * | vtysh: remove BGP_ENCAP(V6)_NODELou Berger2017-05-231-56/+0
| * | lib: remove BGP_ENCAP(V6)_NODELou Berger2017-05-233-10/+0
|/ /
* | Merge pull request #598 from donaldsharp/to_3.0Donald Sharp2017-05-236-41/+90
|\ \
| * | bgpd: fix sending of invalid nexthops on the wireRenato Westphal2017-05-202-12/+47
| * | bgpd: fix display of encap routes in the running configurationRenato Westphal2017-05-201-3/+5
| * | bgpd: add network commands for encapv6Renato Westphal2017-05-201-0/+38
| * | bgpd: remove unused str2tag() functionRenato Westphal2017-05-202-26/+0
* | | Merge pull request #593 from qlyoung/fix-nhrpd-acl-3.0David Lamparter2017-05-221-0/+3
|\ \ \
| * | | nhrpd: install access-list commandsQuentin Young2017-05-191-0/+3
| | |/ | |/|
* | | Merge pull request #591 from qlyoung/ospf-df-areaid-3.0David Lamparter2017-05-227-101/+98
|\ \ \
| * | | ospfd: remember format for ospf area idQuentin Young2017-05-197-101/+98
| |/ /
* | | Merge pull request #600 from qlyoung/fix-privs-oboDavid Lamparter2017-05-221-2/+2
|\ \ \
| * | | lib: fix array sizes for capability mapQuentin Young2017-05-221-2/+2
| |/ /
* | | Merge pull request #599 from qlyoung/fix-ospf6-uaf-3.0David Lamparter2017-05-221-1/+2
|\ \ \ | |_|/ |/| |
| * | ospf6d: fix use-after-freeQuentin Young2017-05-221-1/+2
| |/
* | Merge pull request #584 from LabNConsulting/working/3.0/patch/configVpnTags-v2Renato Westphal2017-05-194-54/+66
|\ \
| * | bgpd: set NH len for ipv4 vpn|encap staticsLou Berger2017-05-191-1/+1
| * | bgpd: fix ipv4|6 vpn|encap with route-map show configLou Berger2017-05-181-0/+7
| * | bgp: don't put empty encap or vnc attributes on the wireLou Berger2017-05-181-1/+4
| * | bgpd: repalce direct calls to system memory functionsLou Berger2017-05-181-2/+2
| * | bgpd: cleanup vpn label config, set BoS, use 'label' in place of 'tag'Lou Berger2017-05-183-50/+52
| |/
* | Merge pull request #586 from donaldsharp/msdp_crashaliciousDavid Lamparter2017-05-191-1/+1
|\ \ | |/ |/|
| * pimd: Fix crash from cli missinterpertationDonald Sharp2017-05-191-1/+1
* | pimd: Fix indentation issue that is causing clang unhappinessDonald Sharp2017-05-181-1/+1
* | Revert "bgpd: resolve ipv6 ecmp issue with vrfs and ll nexthop"David Lamparter2017-05-181-2/+1
* | Merge pull request #512 from bingen/tmp_lm_relay_asyncDonald Sharp2017-05-185-85/+159
|\ \