summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ri.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-34/+34
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-26/+16
* OSPFd: Fix Opaque LSA filtering in Segment RoutingOlivier Dugeon2018-02-051-2/+7
* OSPFd: Fix ospfd crash during CIOlivier Dugeon2018-02-031-0/+27
* OSPFd: Correct compilation errorOlivier Dugeon2018-01-301-3/+0
* OSPFd: Update Segment Routing PR following reviewOlivier Dugeon2018-01-291-31/+11
* OSPFD: Set Segment Routing patch conform to C99Olivier Dugeon2018-01-231-10/+10
* OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-55/+370
* *: add missing \n in some help stringsRenato Westphal2017-10-241-1/+1
* ospfd: Fix leak of route_nodeDonald Sharp2017-10-101-0/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-4/+2
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-5/+20
* Correct build TLV functionsOlivier Dugeon2017-07-311-1/+1
* Update PR #839 following reviewOlivier Dugeon2017-07-271-33/+33
* Correct indentation and remove _opcode_t typedefOlivier Dugeon2017-07-211-2/+2
* OSPF OPAQUE, TE and RI macro refactoring & cleanupOlivier Dugeon2017-07-201-138/+135
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1170/+1104
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-14/+14
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-14/+14
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-32/+32
|/
* *: use vty_outlnQuentin Young2017-06-291-80/+60
* ospfd: fix typo in error messageDavid Lamparter2017-06-151-1/+2
* *: Clean up call into inet_atonDonald Sharp2017-06-131-1/+5
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-0/+1
* ospfd, lib: Fix `no pce address` syntaxQuentin Young2016-11-041-2/+2
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-031-4/+8
|\
| * ospfd: Add 'no ...' form of some commands to cliDonald Sharp2016-10-261-4/+8
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-9/+36
|\|
| * ospfd: Only allow ospf RI commands if RI is turned onDonald Sharp2016-10-251-9/+36
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-2/+0
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-2/+0
* | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-1/+0
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+1
* | ospfd: minor parser fixesDaniel Walton2016-09-291-1/+1
* | ospfd: resolve CHECK ME'sQuentin Young2016-09-291-15/+5
* | ospfd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-8/+16
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-4/+4
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-6/+7
* | ospfd: argv update for all but ospf_vty.cDaniel Walton2016-09-221-8/+8
|/
* Add support Router Capabilities support to OSPFOlivier Dugeon2016-09-031-0/+1639