summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: apply DEFUN_NOSH for node-switch CLI commandsDavid Lamparter2017-03-281-1/+1
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-152-8/+8
* *: Refactor if_get_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-153-6/+7
* lib, ospfd: Refactor if_lookup_by_name_lenDonald Sharp2017-03-151-1/+2
* lib, ospfd, ripd: Convert if_lookup_address to be vrf awareDonald Sharp2017-03-151-1/+1
* lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-1/+1
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-152-4/+5
* ospfd: remove unused usage() functionDavid Lamparter2017-03-081-15/+0
* *: fix some option descriptions and make -e workDavid Lamparter2017-03-081-1/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-086-31/+28
* *: add frr_run()David Lamparter2017-03-081-10/+2
* *: add frr_config_fork()David Lamparter2017-03-081-90/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-073-103/+38
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-241-2/+2
|\
| * Merge pull request #193 from opensourcerouting/mw-coverity-fixes-2Donald Sharp2017-02-141-2/+2
| |\
| | * ospfd: CID 1399387 (#1 of 2): Destination buffer too small (STRING_OVERFLOW)Martin Winter2017-02-101-1/+1
| | * ospfd: Fix Coverity Warning CID 1399480 (#1 of 1): Buffer not null terminated...Martin Winter2017-02-101-1/+1
| * | *: Add missing files to gitignoreChristian Franke2017-02-131-1/+1
| |/
* | ospfd: add *.a to .gitignoreQuentin Young2017-02-171-1/+1
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-078-150/+209
|\|
| * ospfd: make libfrrospf a private non-dynamic libDavid Lamparter2017-02-071-6/+3
| * ospfd: isolate ospfapiclient lib from ospf libDavid Lamparter2017-02-076-136/+198
| * *: Convert libospf -> libfrrospfDonald Sharp2017-02-031-5/+5
| * ospfd: Fix compile warningsDonald Sharp2017-02-032-8/+8
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-031-2/+2
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-6/+45
|\|
| * *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
| * ospfd: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-6/+45
* | *: Fix redistribute issueDonald Sharp2017-01-271-4/+4
* | ospfd: simplify SPF time consumption calculationsDavid Lamparter2017-01-231-21/+9
* | *: use monotime()David Lamparter2017-01-236-22/+22
* | lib: time: remove recent_relative_time()David Lamparter2017-01-233-5/+5
* | ospfd: time: replace local helpers with monotimeDavid Lamparter2017-01-237-154/+66
* | Merge remote-tracking branch 'frr/master' into cli_cleanupDonald Sharp2017-01-161-3/+8
|\ \
| * | Merge branch 'stable/2.0-for-merge'David Lamparter2017-01-131-3/+8
| |\|
| | * ospfd: Stop attempt to read beyond end of argvDonald Sharp2017-01-061-3/+8
* | | ospfd: Fix some more virtual-link crashesDonald Sharp2017-01-161-9/+16
|/ /
* | Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-074-17/+12
|\ \
| * \ Merge pull request #32 from qlyoung/fix-cli-nits2Donald Sharp2017-01-071-5/+0
| |\ \
| | * | bgpd, ospfd, zebra: remove duplicate cli installsQuentin Young2016-12-291-5/+0
| * | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-062-11/+11
| |\ \ \ | | | |/ | | |/|
| | * | build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-8/+8
| | * | build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-2/+2
| | * | build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-5/+5
| * | | Rationalize Link Parameters flagsOlivier Dugeon2017-01-051-1/+1
| | |/ | |/|
* / | all: use ->text when parsing protocol argumentQuentin Young2016-12-161-45/+38
|/ /
* | *: kill useless if(...) after VTY_DECLVAR_CONTEXTDavid Lamparter2016-12-093-242/+0