summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: simplify log message lookupQuentin Young2017-06-302-12/+13
* Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* 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
* | Merge branch 'queue/osr/vtysh-generic'David Lamparter2016-12-051-5/+1
|\ \
| * | *: make DEFUN installations file-localDavid Lamparter2016-12-011-5/+1
* | | Merge branch 'stable/2.0'David Lamparter2016-12-053-106/+106
|\ \ \ | |/ / |/| / | |/
| * ripd: minor code simplificationRenato Westphal2016-11-252-29/+6
| * ripd: make use of the IP_MULTICAST_LOOP sockoptionRenato Westphal2016-11-251-0/+1
| * ripd: fix race condition on input processingRenato Westphal2016-11-251-41/+9
| * ripd: fix the "neighbor" command.Renato Westphal2016-11-251-12/+7
| * ripd: add "none" option to the "ip rip receive version" commandRenato Westphal2016-11-253-16/+17
| * ripd: implement the "ip rip v2-broadcast" CLI commandRenato Westphal2016-11-253-5/+54
| * ripd: ignore request for RTEs from unknown address-familiesRenato Westphal2016-11-251-0/+3
| * ripd: reject authentication strings with zeros in the middleRenato Westphal2016-11-251-4/+10
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-2/+2
|\|