summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-3/+3
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-136-101/+101
* *: fix excess docstringQuentin Young2017-07-051-50/+8
* ripd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+10
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-292-3/+3
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-296-173/+137
* *: simplify log message lookupQuentin Young2017-06-212-12/+13
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1514-56/+42
|/
* Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* *: update thread_add_* callsQuentin Young2017-05-092-9/+11
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-094-17/+11
* ripd: fix argv index numbers in the redistribute commandRenato Westphal2017-04-081-4/+4
* build: fix CFLAGS for snmp modulesDavid Lamparter2017-04-041-0/+1
* Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-045-26/+53
|\
| * *: snmp: convert into modulesDavid Lamparter2017-03-254-14/+32
| * *: use hooks for sending SNMP trapsDavid Lamparter2017-03-253-15/+23
| * build: split off libfrrsnmpDavid Lamparter2017-03-251-1/+1
| * ripd: fix snmp compileDavid Lamparter2017-03-241-0/+1
* | *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
|/
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-7/+7
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-152-3/+4
* lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-4/+4
* lib, pimd, zebra: Convert if_lookup_exact_address to VRF onlyDonald Sharp2017-03-151-1/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-3/+2
* *: add frr_run()David Lamparter2017-03-081-12/+1
* *: add frr_config_fork()David Lamparter2017-03-081-57/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-072-103/+25
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-072-3/+3
|\
| * ripd: Fix compile warningDonald Sharp2017-02-031-2/+2
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* | Merge branch 'frr/pull/152' ("Lib fixes")David Lamparter2017-02-071-14/+16
|\ \
| * | ripd: Prevent rip null dereferenceDonald Sharp2017-02-021-14/+16
* | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-2/+12
|\ \ \ | |/ / |/| / | |/
| * *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
| * ripd: Add vty_socket cli option to override the compiled-in location for the ...Martin Winter2017-01-251-2/+12
* | *: Fix redistribute issueDonald Sharp2017-01-271-8/+8
* | Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-072-14/+14
|\ \
| * | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-062-14/+14
| |\|
| | * build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-16/+16
| | * build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-6/+6
* | | all: use ->text when parsing protocol argumentQuentin Young2016-12-161-55/+40
|/ /
* | *: coccinelle-replace vty->indexDavid Lamparter2016-12-092-42/+21
* | ripd: add qobj registrationsDavid Lamparter2016-12-092-0/+10
* | ripd: fix `ip rip receive...` commandQuentin Young2016-12-061-1/+1
* | ripd: fix indentation problems introduced by wrong conflict resolutionRenato Westphal2016-12-051-33/+33