summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: libyang2 add missed conversionChristian Hopps2021-05-188-65/+88
* Merge pull request #8643 from icosahedral/masterSri Mohana Singamsetty2021-05-171-4/+8
|\
| * bgpd: scope evpn specific path selection to type-2 routesNeal Shrader2021-05-101-4/+8
* | Merge pull request #8676 from idryzhov/test-gitignoreMark Stapp2021-05-171-0/+1
|\ \
| * | tests: fix missing gitignore entryIgor Ryzhov2021-05-171-0/+1
* | | Merge pull request #8672 from qlyoung/fix-bgp-timer-displayIgor Ryzhov2021-05-151-1/+1
|\ \ \ | |/ / |/| |
| * | bgpd: fix display of timers when only 1 is changedQuentin Young2021-05-141-1/+1
* | | Merge pull request #8556 from donaldsharp/bgp_pbr_weirdRuss White2021-05-143-54/+38
|\ \ \
| * | | tests: Add pytestmark to the flowspec topotestDonald Sharp2021-05-121-0/+4
| * | | bgpd: Remove usage of prefix2str and use builtin in bgp_zebra.cDonald Sharp2021-05-121-11/+7
| * | | bgpd: reduce cut-n-paste of bgp_zebra_announce_default for installDonald Sharp2021-05-121-11/+13
| * | | bgpd: reduce cut-n-paste code in bgp_pbr.cDonald Sharp2021-05-121-32/+14
* | | | Merge pull request #8144 from LabNConsulting/chopps/ly2Martin Winter2021-05-1471-1267/+1226
|\ \ \ \
| * | | | lib: adapt to version 2 of libyangChristian Hopps2021-05-1371-1267/+1226
* | | | | Merge pull request #8658 from gromit1811/bugfix_8567Martin Winter2021-05-131-8/+10
|\ \ \ \ \
| * | | | | ospf6d: Send MAXAGE LS update for received old self-originated LSAsMartin Buck2021-05-111-8/+10
* | | | | | Merge pull request #8649 from ton31337/fix/unify-naming-for-topotests-directoryDonald Sharp2021-05-132086-8/+11
|\ \ \ \ \ \
| * | | | | | tests: Skip example_topojson_test and example_test from being testedDonatas Abraitis2021-05-121-1/+1
| * | | | | | tools: Ignore mass renaming of topotests for git blameDonatas Abraitis2021-05-111-0/+1
| * | | | | | tests: Unify directory naming for topotestsDonatas Abraitis2021-05-112082-0/+0
| * | | | | | tools: Fix topotest directory for TravisDonatas Abraitis2021-05-111-2/+2
| * | | | | | doc: Require topotests directory to be consistent with othersDonatas Abraitis2021-05-111-5/+7
* | | | | | | Merge pull request #8659 from mjstapp/fix_connected_multiDonald Sharp2021-05-132-5/+26
|\ \ \ \ \ \ \
| * | | | | | | lib,zebra: Use a flag to track down status for connected addrsMark Stapp2021-05-122-5/+26
* | | | | | | | Merge pull request #8663 from donaldsharp/pretty_functionDonatas Abraitis2021-05-1312-59/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | pimd: Use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-121-1/+1
| * | | | | | | | ospfd: Use _func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-126-43/+32
| * | | | | | | | zebra: Use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-123-10/+8
| * | | | | | | | bgpd: use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-122-5/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #8544 from donaldsharp/weird_stuff_in_topoMark Stapp2021-05-121-15/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tests: Fix pylint issues in test_bgp_recursive_route_ebgp_multi_hop.pyDonald Sharp2021-05-121-15/+15
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #8661 from donaldsharp/more_privsMark Stapp2021-05-122-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | lib: Add ZCAP_IPC_LOCKDonald Sharp2021-05-122-0/+5
| |/ / / / /
* | | | | | Merge pull request #8660 from qlyoung/fix-bgp-conditional-advertisement-decon...Donatas Abraitis2021-05-121-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bgpd: fix deconfig of conditional advertisementQuentin Young2021-05-111-1/+1
* | | | | | Merge pull request #8629 from donaldsharp/parse_rtattrIgor Ryzhov2021-05-123-32/+16
|\ \ \ \ \ \
| * | | | | | zebra: Consolidate on 1 function netlink_parse_rattr_nestedDonald Sharp2021-05-121-13/+13
| * | | | | | zebra: memset the `struct rtattr *tb[SIZE]` in setting functionDonald Sharp2021-05-123-19/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8509 from volta-networks/pathd_ls_clientOlivier Dugeon2021-05-1240-145/+3144
|\ \ \ \ \ \
| * | | | | | pathd. Pathd TED support . Documentation update - [part 4/4]Javier Garcia2021-05-101-19/+21
| * | | | | | pathd. TED support . Topotest - [part 3/4]Javier Garcia2021-05-1026-0/+1384
| * | | | | | pathd. TED support . Validation of candidate path - [part 2/4]Javier Garcia2021-05-108-124/+752
| * | | | | | pathd. TED support . Client to link State - [part 1/4]Javier Garcia2021-05-107-2/+987
* | | | | | | Merge pull request #8622 from volta-networks/fix_ospf6_max_if_addrRuss White2021-05-127-7/+94
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ospf6d: document the interface address limits for ospfv3lynne2021-05-111-0/+10
| * | | | | | ospf6d: Limit the number of interface addresses being supportedlynne2021-05-116-7/+84
|/ / / / / /
* | | | | | Merge pull request #8652 from ton31337/fix/doc_bgp_aliasIgor Ryzhov2021-05-111-18/+32
|\ \ \ \ \ \
| * | | | | | doc: Move BGP community alias under a separate sectionDonatas Abraitis2021-05-111-18/+32
| |/ / / / /
* | | | | | Merge pull request #8589 from idryzhov/bgp-cli-nb-fixesRuss White2021-05-113-59/+49
|\ \ \ \ \ \
| * | | | | | bgpd: forbid modification of bgp instance typeIgor Ryzhov2021-04-292-1/+20