| Commit message (Expand) | Author | Age | Files | Lines |
* | ospfd: Debug support to ospf GR helper functionality | rgirada | 2020-09-22 | 1 | -0/+36 |
* | ospfd: ospf GR helper initialization | rgirada | 2020-09-22 | 1 | -0/+2 |
* | ospfd: ldp-igp-sync feature: adding ospf support | lynne | 2020-09-09 | 1 | -0/+43 |
* | ospf: Default-information originate with routemap | Santosh P K | 2020-07-07 | 1 | -1/+39 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -7/+6 |
* | *: move CLI node names to cmd_node->name | David Lamparter | 2020-04-16 | 1 | -0/+1 |
* | *: remove second parameter on install_node() | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: remove cmd_node->vtysh | David Lamparter | 2020-04-16 | 1 | -1/+0 |
* | *: clean up cmd_node initializers | David Lamparter | 2020-04-16 | 1 | -1/+3 |
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -1/+1 |
* | ospfd: Cleanup set but unused variables | Donald Sharp | 2020-02-27 | 1 | -2/+2 |
* | ospfd: The ip header dump is crazy long and useless | Donald Sharp | 2019-11-19 | 1 | -17/+0 |
* | ospfd: strncpy -> strlcpy | Quentin Young | 2019-02-26 | 1 | -2/+1 |
* | ospfd: fix symbol collision | David Lamparter | 2018-10-01 | 1 | -1/+1 |
* | Merge pull request #2486 from pacovn/cppcheck_fmt_validation | Donald Sharp | 2018-06-18 | 1 | -7/+7 |
|\ |
|
| * | babeld, lib, ospfd, tests: fmt fixes (cppcheck) | paco | 2018-06-18 | 1 | -7/+7 |
* | | ospfd, pimd: redundant memset (cppcheck) | paco | 2018-06-18 | 1 | -6/+0 |
|/ |
|
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -42/+43 |
* | OSPFd: Update Segment Routing PR following review | Olivier Dugeon | 2018-01-29 | 1 | -0/+12 |
* | OSPFD: Add Experimental Segment Routing support | Olivier Dugeon | 2018-01-18 | 1 | -1/+35 |
* | *: don't use deprecated stream.h macros | Quentin Young | 2017-12-01 | 1 | -9/+9 |
* | lib, ospf6d, ospfd, zebra: Add ZEBRA_STR | Donald Sharp | 2017-10-25 | 1 | -4/+4 |
* | ospfd: fix clang warning | Vincent JARDIN | 2017-10-08 | 1 | -0/+1 |
* | ospfd: OSPFv2 VRF Support | Chirag Shah | 2017-10-03 | 1 | -3/+5 |
* | *: Add 'show debugging' command from vtysh | Donald Sharp | 2017-08-21 | 1 | -13/+13 |
* | ospfd: Fix MI-OSPF CLIs | Chirag Shah | 2017-08-05 | 1 | -8/+8 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1284/+1213 |
* | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+1 |
* | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
* | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -45/+45 |
* | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -1/+1 |
* | *: s/VTY_NEWLINE/VTYNL/g | Quentin Young | 2017-06-29 | 1 | -2/+2 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -60/+55 |
* | *: remove VTY_GET_* | Quentin Young | 2017-06-27 | 1 | -11/+11 |
* | *: simplify log message lookup | Quentin Young | 2017-06-21 | 1 | -7/+7 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-07 | 1 | -120/+0 |
|\ |
|
| * | ospfd: isolate ospfapiclient lib from ospf lib | David Lamparter | 2017-02-07 | 1 | -120/+0 |
* | | ospfd: time: replace local helpers with monotime | David Lamparter | 2017-01-23 | 1 | -2/+3 |
* | | bgpd, ospfd, zebra: remove duplicate cli installs | Quentin Young | 2016-12-29 | 1 | -5/+0 |
* | | all: Fix underfull doc strings, part 1 | Quentin Young | 2016-11-05 | 1 | -2/+4 |
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -1/+1 |
|\| |
|
| * | *: Consistently support 32-bit route tags | Christian Franke | 2016-10-08 | 1 | -1/+1 |
* | | ospfd: added some missing <>s | Daniel Walton | 2016-09-30 | 1 | -1/+1 |
* | | all: added some missing <>s within []s | Daniel Walton | 2016-09-30 | 1 | -13/+13 |
* | | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -235/+108 |
* | | all: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -4/+0 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+16 |
* | | ospfd: minor parser fixes | Daniel Walton | 2016-09-29 | 1 | -3/+4 |