Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vrrpd: Make clang 11 happy | Donald Sharp | 2020-07-27 | 3 | -4/+4 |
* | doc: Add doc for `coalesce-time` in bgp | Donald Sharp | 2020-07-27 | 1 | -0/+7 |
* | Merge pull request #6796 from russellb/bgp-debug-newline | Quentin Young | 2020-07-25 | 1 | -1/+1 |
|\ | |||||
| * | bgpd: Add missing newline to a log message | Russell Bryant | 2020-07-24 | 1 | -1/+1 |
* | | Merge pull request #6771 from opensourcerouting/netbsd-tls-buf | Quentin Young | 2020-07-24 | 1 | -3/+3 |
|\ \ | |||||
| * | | lib: fix TLS log buffer on NetBSD | David Lamparter | 2020-07-20 | 1 | -3/+3 |
* | | | Merge pull request #6793 from maduri111/bgpd-wide | Donatas Abraitis | 2020-07-24 | 5 | -87/+114 |
|\ \ \ | |||||
| * | | | bgpd: wide option | Madhuri Kuruganti | 2020-07-23 | 5 | -87/+114 |
* | | | | Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecn | Russ White | 2020-07-23 | 13 | -13/+267 |
|\ \ \ \ | |||||
| * | | | | tests: expand pbr-topo1 to cover DSCP & ECN | Wesley Coakley | 2020-07-15 | 2 | -0/+36 |
| * | | | | pbrd: expose dscp & ecn to json for `show pbr map` | Wesley Coakley | 2020-07-15 | 1 | -0/+6 |
| * | | | | pbrd: dscp interpret standard codepoints | Wesley Coakley | 2020-07-15 | 4 | -8/+101 |
| * | | | | pbrd, zebra, lib: DSCP / ECN-based PBR Matching | Wesley Coakley | 2020-07-15 | 11 | -13/+132 |
* | | | | | Merge pull request #6243 from pguibert6WIND/flowspec_some_regression_seen | Quentin Young | 2020-07-23 | 2 | -7/+17 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | zebra: do not free iptable context, once created | Philippe Guibert | 2020-07-17 | 1 | -3/+14 |
| * | | | | bgpd: flowspec pbr entries list display fix | Philippe Guibert | 2020-07-17 | 1 | -4/+3 |
* | | | | | Merge pull request #6343 from opensourcerouting/watchfrr-n-20200505 | Quentin Young | 2020-07-22 | 9 | -21/+257 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | doc: update watchfrr manpage | David Lamparter | 2020-07-22 | 1 | -0/+16 |
| * | | | | tools: add frr@.service | David Lamparter | 2020-07-22 | 2 | -0/+26 |
| * | | | | tools/frr-reload.py: support -N pathspace | David Lamparter | 2020-07-22 | 1 | -3/+10 |
| * | | | | watchfrr: add (network) namespace support | David Lamparter | 2020-07-22 | 5 | -18/+205 |
* | | | | | Merge pull request #6780 from chiragshah6/evpn_dev2 | Mark Stapp | 2020-07-21 | 1 | -1/+8 |
|\ \ \ \ \ | |||||
| * | | | | | zebra: vrf disable clean up evpn rmac nxthp cache | Chirag Shah | 2020-07-21 | 1 | -1/+8 |
| |/ / / / | |||||
* | | | | | Merge pull request #6711 from GalaxyGorilla/bfd_isis_profiles | Quentin Young | 2020-07-21 | 23 | -78/+224 |
|\ \ \ \ \ | |||||
| * | | | | | isisd: lib: refactor ISIS BFD API | GalaxyGorilla | 2020-07-10 | 2 | -23/+59 |
| * | | | | | tests: align BFD profiles tests for IS-IS | GalaxyGorilla | 2020-07-10 | 8 | -11/+12 |
| * | | | | | *: add BFD profile support for IS-IS | GalaxyGorilla | 2020-07-10 | 15 | -44/+153 |
* | | | | | | Merge pull request #6435 from idryzhov/fix-no-vrf | Quentin Young | 2020-07-21 | 1 | -4/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | vtysh: return success from "no vrf" when VRF doesn't exist | Igor Ryzhov | 2020-07-09 | 1 | -4/+2 |
* | | | | | | | Merge pull request #6700 from deastoe/ospf6-interface-decimal-area | David Lamparter | 2020-07-21 | 4 | -34/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | doc/user: Update ospf6d area interface command | Duncan Eastoe | 2020-07-14 | 1 | -2/+5 |
| * | | | | | | | ospf6d: decimal area format in interface command | Patrick Ruddy | 2020-07-14 | 3 | -32/+22 |
* | | | | | | | | Merge pull request #6777 from idryzhov/vtysh-defpy | David Lamparter | 2020-07-21 | 2 | -13/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | vtysh: rework DEFPY processing in extract.pl | Igor Ryzhov | 2020-07-20 | 2 | -13/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #6745 from ton31337/fix/handle_bgp_vrf_all_statistics_crash | David Lamparter | 2020-07-21 | 1 | -5/+30 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bgpd: Show the instance name when displaying statistics | Donatas Abraitis | 2020-07-15 | 1 | -2/+4 |
| * | | | | | | | | bgpd: Do not crash if bgp argument is NULL for bgp_table_stats() | Donatas Abraitis | 2020-07-15 | 1 | -3/+26 |
* | | | | | | | | | Merge pull request #6764 from dslicenc/frr-reload-vrf-static | David Lamparter | 2020-07-21 | 1 | -0/+31 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | tools: fix more frr-reload vrf static errors | Don Slice | 2020-07-17 | 1 | -0/+31 |
* | | | | | | | | | | Merge pull request #6776 from idryzhov/ospf-vty | David Lamparter | 2020-07-21 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | ospfd: remove redundant line continuations | Igor Ryzhov | 2020-07-20 | 1 | -3/+3 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #6754 from mjstapp/stream_warn_backtrace | David Lamparter | 2020-07-21 | 1 | -5/+9 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | lib: add a backtrace when stream bounds check fails | Mark Stapp | 2020-07-20 | 1 | -5/+9 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #6775 from idryzhov/vtysh-linemarkers | David Lamparter | 2020-07-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||||
| * | | | | | | | | | vtysh: suppress linemarkers in vtysh_cmd.c | Igor Ryzhov | 2020-07-20 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #6729 from volta-networks/fix_stale_pw_status | Renato Westphal | 2020-07-20 | 4 | -6/+30 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | ldpd: process pw-status in received order | Karen Schoener | 2020-07-20 | 4 | -6/+30 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #6767 from donaldsharp/compile_issues | David Lamparter | 2020-07-19 | 2 | -4/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pimd: Prevent Null string %s issues | Donald Sharp | 2020-07-18 | 1 | -3/+5 |
| * | | | | | | | | zebra: Possible write beyond buffer length | Donald Sharp | 2020-07-18 | 1 | -1/+1 |