summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: VNL -> VTYNLDavid Lamparter2017-07-1415-345/+345
* *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-1437-233/+233
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-13119-2685/+2685
* lib: move \n vs. \r\n handling into vty codeDavid Lamparter2017-07-135-44/+74
* lib: vty: warn when using compatibility macrosDavid Lamparter2017-07-131-7/+29
* *: COMMUNITY.md: compatibility foo & deprecationDavid Lamparter2017-07-131-0/+12
* doc: add Backwards Compatibility section to COMMUNITY.mdLou Berger2017-07-111-0/+21
* vty: add some more defines for backwards compatibilityLou Berger2017-07-111-0/+4
* vty: add some defines for backwards compatibilityLou Berger2017-07-111-0/+5
* bgpd: have labeled unicast print consistent with other safisLou Berger2017-07-111-2/+2
* Merge branch 'evpn-prep'David Lamparter2017-07-1018-91/+394
|\
| * lib: Remove typedef from ipaddrDonald Sharp2017-07-102-6/+6
| * Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter2017-07-1018-91/+394
| |\
| | * bgpd: Fixes related to use of L2VPN/EVPNvivek2017-05-253-6/+10
| | * bgpd: Fix route handling for 2-level routing tablesvivek2017-05-251-3/+28
| | * bgpd: Fix route detailed show for EVPNvivek2017-05-251-1/+2
| | * zebra: Format netlink requests correctlyvivek2017-05-254-26/+62
| | * zebra: Set nlmsg_pid in netlink_talk()vivek2017-05-251-0/+1
| | * zebra: New API for filling netlink attributevivek2017-05-252-0/+8
| | * lib: Refine EVPN prefix definitionvivek2017-05-255-54/+99
| | * lib: Define generic IP address structurevivek2017-05-252-0/+95
| | * lib: Additional APIs in bitfield libraryvivek2017-05-251-1/+27
| | * lib: Macro for number of entries in hash tablevivek2017-05-251-0/+2
| | * lib: VxLAN Network Identifier definitionvivek2017-05-252-0/+30
| | * lib: VLAN definitionvivek2017-05-252-0/+30
* | | Merge pull request #786 from dwalton76/bgpd-peergroup-activateRuss White2017-07-101-0/+4
|\ \ \ | |/ / |/| |
| * | bgpd: peer-group members 'activate' when they shouldn'tDaniel Walton2017-07-071-0/+4
* | | Merge pull request #733 from dwalton76/bgpd-ipv4-plus-label-misc3Russ White2017-07-1031-285/+343
|\ \ \
| * | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-07-101-1/+0
| * | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-1025-361/+123
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #750 from donaldsharp/bgp_bufferMartin Winter2017-07-073-187/+42
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Refactor looping for talking to zebraDonald Sharp2017-06-221-93/+28
| * | | bgpd: Make buffer sizes automatically the correct sizeDonald Sharp2017-06-223-94/+14
* | | | Merge pull request #778 from qlyoung/fix-excess-docstringRuss White2017-07-0717-156/+63
|\ \ \ \
| * | | | lib: fix more docstringsQuentin Young2017-07-062-5/+2
| * | | | *: fix excess docstringQuentin Young2017-07-0514-151/+53
| * | | | lib: warn about too much docstringQuentin Young2017-07-051-0/+8
* | | | | Merge pull request #779 from qlyoung/update-docsMartin Winter2017-07-073-12/+12
|\ \ \ \ \
| * | | | | doc: update build docs for ubuntuQuentin Young2017-07-053-12/+12
| |/ / / /
* | | | | Merge pull request #777 from qlyoung/fix-mpls-str2labelDavid Lamparter2017-07-061-1/+1
|\ \ \ \ \
| * | | | | zebra: fix mpls_str2label()Quentin Young2017-07-051-1/+1
| |/ / / /
* | | | | Merge pull request #781 from opensourcerouting/vty-out-bufresizeQuentin Young2017-07-061-2/+4
|\ \ \ \ \
| * | | | | lib: fix vty_out with >1024 bytes of outputDavid Lamparter2017-07-061-2/+4
|/ / / / /
* | | | | Merge pull request #780 from dwalton76/bgpd-address-family-vty-outQuentin Young2017-07-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: "address-family" not displayed in configurationDaniel Walton2017-07-051-1/+1
|/ / / /
| | * | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-07-052-39/+4
| | * | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-0535-67/+328
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #742 from qlyoung/hashstatsMartin Winter2017-07-0432-56/+314
|\ \ \ \
| * | | | lib, vtysh: rebase hashstatsQuentin Young2017-07-022-17/+14
| * | | | lib: use doubles instead of long doublesQuentin Young2017-07-021-20/+21