summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | pbrd: Add PBR to FRRDonald Sharp2018-04-0635-20/+3861
* | | | | | Merge pull request #2047 from LabNConsulting/working/master/bgp-vpn-leak-enco...Russ White2018-04-111-2/+1
|\ \ \ \ \ \
| * | | | | | bgpd: vrf-vpn leak: when no export label is set, encode implicit-null correctlyG. Paul Ziemba2018-04-111-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2049 from donaldsharp/rip_snmp_fixRuss White2018-04-111-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ripd: rip_snmp.c - Remove not needed checkIlya Shipitsin2018-04-111-1/+1
|/ / / / /
* | | | | Merge pull request #2043 from donaldsharp/v6_shenanigansRenato Westphal2018-04-101-16/+17
|\ \ \ \ \
| * | | | | zebra: Only send down pertinent information on RTM_DELROUTEDonald Sharp2018-04-091-2/+7
| * | | | | zebra: Cleanup debugs and add a bit more infoDonald Sharp2018-04-091-14/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #1973 from donaldsharp/static_nh_vrfRenato Westphal2018-04-105-68/+248
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | zebra: Prevent crash in the off-chance we make a mistakeDonald Sharp2018-03-271-2/+8
| * | | | zebra: Prevent installation for a nexthop vrf that is not configed yetDonald Sharp2018-03-271-0/+14
| * | | | zebra: Ensure ifindexes are updated for nexthops that are leaked.Donald Sharp2018-03-271-19/+25
| * | | | zebra: Fixup enable/disable of static routes in vrfsDonald Sharp2018-03-274-47/+201
| * | | | zebra: Properly deregister static nexthopsDonald Sharp2018-03-272-3/+3
* | | | | Merge pull request #1883 from LabNConsulting/working/master/community-documen...Quentin Young2018-04-101-0/+21
|\ \ \ \ \
| * | | | | doc: workflow.rst: more details of current coding style processG. Paul Ziemba2018-04-081-0/+21
* | | | | | Merge pull request #2038 from qlyoung/graph-find-nodeLou Berger2018-04-102-6/+47
|\ \ \ \ \ \
| * | | | | | lib: add graph_find_nodeQuentin Young2018-04-062-6/+47
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2009 from donaldsharp/self_originateLou Berger2018-04-104-24/+58
|\ \ \ \ \ \
| * | | | | | zebra: Notice when our neighbor entry is removed and fight backDonald Sharp2018-04-093-22/+57
| * | | | | | zebra: Notice when our route is deleted and re-install.Donald Sharp2018-04-091-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1982 from qlyoung/fixup-vtysh-readJafar Al-Gharaibeh2018-04-101-34/+59
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | vtysh: fixup incorrect read logicQuentin Young2018-04-041-34/+59
* | | | | | Merge pull request #2037 from coreswitch/masterDonald Sharp2018-04-072-3/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update document about -p 0. When port number is 0, that means do not listen ...kishiguro2018-04-061-1/+2
| * | | | | bgpd option '-p 0' means do not listen BGP port.kishiguro2018-04-061-2/+4
|/ / / / /
* | | | | Merge pull request #2027 from qlyoung/fix-vrf-static-holdem-displayRuss White2018-04-061-25/+26
|\ \ \ \ \
| * | | | | zebra: display holdem statics correctlyQuentin Young2018-04-051-25/+26
* | | | | | Merge pull request #2031 from chiragshah6/ospfv3_devRuss White2018-04-064-21/+447
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ospf6d: ECMP for Intra Area Prefix routesChirag Shah2018-04-064-21/+447
* | | | | | Merge pull request #2029 from cdwertmann/patch-1Donald Sharp2018-04-063-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | debianpkg: add libpython-dev to 17.10 & 18.04 build dependenciesChristoph Dwertmann2018-04-062-2/+2
| * | | | | debianpkg: add libpython-dev to 16.04 build dependenciesChristoph Dwertmann2018-04-061-1/+1
|/ / / / /
* | | | | Merge pull request #2028 from qlyoung/cleanup-static-route-consistent-orderingRuss White2018-04-051-7/+7
|\ \ \ \ \
| * | | | | zebra: consistently order static route attributesQuentin Young2018-04-041-7/+7
| |/ / / /
* | | | | Merge pull request #2022 from qlyoung/warn-vtysh-u-securityRuss White2018-04-052-1/+13
|\ \ \ \ \
| * | | | | doc: warn users about vtysh / telnet securityQuentin Young2018-04-032-1/+13
| |/ / / /
* | | | | Merge pull request #2013 from qlyoung/docuserRuss White2018-04-053-375/+506
|\ \ \ \ \
| * | | | | doc: add more CLI documentationQuentin Young2018-04-023-375/+506
* | | | | | Merge pull request #2006 from qlyoung/remove-irdp-nodeRuss White2018-04-052-2/+0
|\ \ \ \ \ \
| * | | | | | lib: remove IRDP_NODEQuentin Young2018-04-032-2/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2002 from qlyoung/remove-undebugRuss White2018-04-054-14/+62
|\ \ \ \ \ \
| * | | | | | bgpd, pim: remove undebugQuentin Young2018-04-024-14/+62
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1998 from qlyoung/fix-vrf-keyword-walkupRuss White2018-04-052-1/+27
|\ \ \ \ \ \
| * | | | | | lib, vtysh: vrf walkup bugfixQuentin Young2018-03-302-1/+27
* | | | | | | Merge pull request #1979 from LabNConsulting/working/master/bgp-nht-labelsRuss White2018-04-0518-107/+360
|\ \ \ \ \ \ \
| * | | | | | | bgpd: nexthop tracking with labels for vrf-vpn leakingG. Paul Ziemba2018-04-0415-107/+319
| * | | | | | | bgpd: simplify bgp instance name printingG. Paul Ziemba2018-04-042-0/+25
| * | | | | | | lib/prefix.[ch]: add family2str()G. Paul Ziemba2018-04-042-0/+16
* | | | | | | | Merge pull request #2023 from LabNConsulting/working/master/confdate+releaseMartin Winter2018-04-059-12/+20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |