Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8364 from stipmonster/master | Quentin Young | 2021-04-04 | 2 | -1/+3 |
|\ | |||||
| * | tools: Added pathd to the relevant init files | Erik Kooistra | 2021-03-29 | 2 | -1/+3 |
* | | Merge pull request #8392 from idryzhov/ospf-ignore-dup | Donald Sharp | 2021-04-02 | 1 | -3/+6 |
|\ \ | |||||
| * | | ospfd: ignore duplicated "ip ospf area" commands | Igor Ryzhov | 2021-04-02 | 1 | -3/+6 |
* | | | Merge pull request #8376 from mjstapp/fix_remove_inet6_ntoa | Donald Sharp | 2021-04-02 | 4 | -62/+47 |
|\ \ \ | |||||
| * | | | lib: remove inet6_ntoa api | Mark Stapp | 2021-03-31 | 2 | -11/+0 |
| * | | | ripngd: use pI6 instead of inet6_ntoa | Mark Stapp | 2021-03-31 | 2 | -51/+47 |
* | | | | Merge pull request #8382 from taspelund/add_rd_all_v2 | Donatas Abraitis | 2021-04-02 | 5 | -95/+348 |
|\ \ \ \ | |||||
| * | | | | bgpd: fix old vpn command compilation failures | Trey Aspelund | 2021-04-01 | 2 | -3/+3 |
| * | | | | doc: Add Displaying Routes by RD section | Trey Aspelund | 2021-04-01 | 1 | -5/+32 |
| * | | | | bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmds | Trey Aspelund | 2021-04-01 | 3 | -87/+313 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #8375 from mjstapp/fix_ignore_pcep_test_files | Donald Sharp | 2021-04-01 | 2 | -0/+14 |
|\ \ \ \ | |||||
| * | | | | build: add pceplib test output to gitignore | Mark Stapp | 2021-03-31 | 2 | -0/+14 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #8358 from idryzhov/fix-nb-vrf-crash | Mark Stapp | 2021-04-01 | 8 | -68/+2 |
|\ \ \ \ | |||||
| * | | | | *: modify VRF_CONFIGURED flag only in VRF NB layer | Igor Ryzhov | 2021-03-28 | 8 | -68/+2 |
* | | | | | Merge pull request #8385 from idryzhov/fix-no-bfd | Mark Stapp | 2021-04-01 | 5 | -3/+27 |
|\ \ \ \ \ | |||||
| * | | | | | bfdd: fix profiles autocompletion | Igor Ryzhov | 2021-04-01 | 2 | -2/+2 |
| * | | | | | bbfd: clear nb config entries when removing bfd node | Igor Ryzhov | 2021-04-01 | 1 | -1/+15 |
| * | | | | | bfdd: remove profiles when removing bfd node | Igor Ryzhov | 2021-04-01 | 3 | -0/+10 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #8383 from idryzhov/bgpd-fix-build | Donald Sharp | 2021-04-01 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | bgpd: fix build warnings | Igor Ryzhov | 2021-04-01 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #8345 from dslicenc/frr-reload-vrf-static | Mark Stapp | 2021-03-31 | 1 | -9/+57 |
|\ \ \ \ | |||||
| * | | | | tools: frr-reload fixes for deleting vrf static routes | Don Slice | 2021-03-31 | 1 | -0/+46 |
| * | | | | tools: frr-reload.py changes to make black happy | Don Slice | 2021-03-31 | 1 | -9/+11 |
* | | | | | Merge pull request #8377 from idryzhov/fix-disable-bfdd | Mark Stapp | 2021-03-31 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | ospfd: fix building with --disable-bfdd | Igor Ryzhov | 2021-03-31 | 1 | -1/+3 |
* | | | | | Merge pull request #8350 from opensourcerouting/printfrr-revamp | Mark Stapp | 2021-03-31 | 19 | -275/+1280 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | doc/developer: improve printfrr extension docs | David Lamparter | 2021-03-30 | 3 | -54/+299 |
| * | | | | lib: save errno in vty_out() | David Lamparter | 2021-03-30 | 1 | -0/+3 |
| * | | | | lib: add `%dPF` & `%dSO` formats | David Lamparter | 2021-03-30 | 2 | -0/+51 |
| * | | | | lib: fix & improve `%pSU` format | David Lamparter | 2021-03-30 | 2 | -3/+35 |
| * | | | | lib: add `%pSQ` and `%pSE` string escape formats | David Lamparter | 2021-03-30 | 3 | -5/+232 |
| * | | | | lib: add `%*pHX` + `%*pHS` hexdump in printfrr | David Lamparter | 2021-03-30 | 5 | -1/+111 |
| * | | | | lib: add `%pFB` extension to print struct fbuf * | David Lamparter | 2021-03-30 | 2 | -0/+23 |
| * | | | | lib: add `%pVA` recursive printfrr | David Lamparter | 2021-03-30 | 4 | -0/+48 |
| * | | | | lib: add `FMT_NSTD()` for non-standard printf exts | David Lamparter | 2021-03-30 | 2 | -2/+28 |
| * | | | | lib: allow discerning unspec width in printfrr ext | David Lamparter | 2021-03-30 | 2 | -1/+24 |
| * | | | | lib: put printfrr extension args into struct | David Lamparter | 2021-03-30 | 9 | -49/+114 |
| * | | | | lib: record output positions in printfrr | David Lamparter | 2021-03-27 | 3 | -32/+64 |
| * | | | | lib: print `(null)` rather than `NULL` | David Lamparter | 2021-03-27 | 5 | -11/+11 |
| * | | | | lib: rework printfrr extensions to output directly | David Lamparter | 2021-03-27 | 10 | -173/+278 |
| * | | | | tools/gcc-plugin: support [un]signed in pragma | David Lamparter | 2021-03-26 | 2 | -2/+17 |
| * | | | | tools/gcc-plugin: fix format precision/width type | David Lamparter | 2021-03-26 | 1 | -1/+1 |
* | | | | | Merge pull request #7419 from patrasar/routemap_nb | Igor Ryzhov | 2021-03-31 | 42 | -2698/+8759 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | bgpd: North-bound implementation for bgp rmaps | Sarita Patra | 2021-03-30 | 7 | -1263/+4806 |
| * | | | | ospfd: North-bound implementation for ospfd rmaps | Sarita Patra | 2021-03-30 | 7 | -7/+167 |
| * | | | | ospf6d: North-bound implementation for ospf6d rmaps | Sarita Patra | 2021-03-30 | 6 | -71/+291 |
| * | | | | zebra: North-bound implementation for zebra rmaps | Sarita Patra | 2021-03-30 | 10 | -412/+570 |
| * | | | | lib: Modifications to route-map NB | Sarita Patra | 2021-03-30 | 4 | -609/+1223 |
| * | | | | lib,zebra,bgpd,ospfd,ospf6d: Route-map yang defns | Sarita Patra | 2021-03-30 | 8 | -336/+1702 |
|/ / / / |