summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the "Uninitialized argument value" of clang SA.Hung-Weic Chiu2017-04-291-1/+1
* Fix the "Dead assignment" of clang SA.Hung-Weic Chiu2017-04-292-10/+1
* Rename: FreeRangeRouting FRRoutingLou Berger2017-03-302-2/+2
* *: track version & "defaults" in configsDavid Lamparter2017-03-282-1/+7
* 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: 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
* *: 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
* ospfd: Stop attempt to read beyond end of argvDonald Sharp2017-01-061-3/+8
* 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
* *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-34/+2
* ospfd: set the OSPF socket's send buffer size only onceRenato Westphal2016-12-086-52/+2
* Merge branch '-rip' into stable/2.0David Lamparter2016-12-052-12/+14
|\
| * *: create a helper function to set the IP_MULTICAST_LOOP sockoptionRenato Westphal2016-11-251-5/+3
| * ripd: fix the "neighbor" command.Renato Westphal2016-11-251-7/+11
* | ospfd: Fix json Crash with inactive timerDonald Sharp2016-12-021-4/+9
* | ospfd: Fix memory leak when not using jsonDonald Sharp2016-12-011-2/+4
* | ospfd: "ip ospf bfd" removes the "ip ospf bfd 3 250 250" commandDaniel Walton2016-11-291-2/+8
|/
* ospfd: Add 'no ...' form of some commands to cliDonald Sharp2016-10-261-4/+8
* ospfd: Only allow ospf RI commands if RI is turned onDonald Sharp2016-10-251-9/+36
* ospfd: Dissallow mpls-te commands unless mpls-te has been turned onDonald Sharp2016-10-251-0/+5
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-10-211-1/+1
|\
| * ospfd: Display all ospf peers with show ip ospf neighbor detail allDon Slice2016-10-061-1/+1
| * ospfd: Fix crash with usage of incorrect commandDonald Sharp2016-09-131-4/+19
* | ospfd: fix double assignment in ospf_vl_set_timersChristian Franke2016-10-211-1/+1
* | *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+0
* | ospfd: Fix arm compile issueDonald Sharp2016-10-111-1/+1
* | *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-083-40/+0
* | *: Consistently support 32-bit route tagsChristian Franke2016-10-088-95/+30
* | ospfd: Update route in zebra when tag changesChristian Franke2016-10-081-0/+4
* | ospfd: Fix OSPF daemon pid file paramßingen2016-09-301-1/+2
* | use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-9/+9
* | Make route flags a 32bit fieldChristian Franke2016-09-231-5/+5
* | lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
* | Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-5/+5
* | Make route flags a 32bit fieldChristian Franke2016-09-231-5/+5
* | *: remove dead codeRenato Westphal2016-09-231-2/+0
* | ospfd: Do not print warning on new interfaceDonald Sharp2016-09-201-2/+4
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-195-4/+117
* | lib: migrate to new memory-type handlingDavid Lamparter2016-09-193-5/+7
* | lib, ospfd: Remove ospf specific #define from zebra.hDonald Sharp2016-09-171-0/+20