summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* Merge pull request #3657 from nitinsoniism/ospf_mtu_crashRuss White2019-01-293-0/+25
|\
| * ospfd: ospfd core if hello packet exceeds link MTUNitin Soni2019-01-283-0/+25
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-248-11/+11
|/
* Merge pull request #3627 from manuhalo/fix_ospf_vl_del_masterDonald Sharp2019-01-221-4/+7
|\
| * ospfd: fix no virtual-link cmdEmanuele Di Pascale2019-01-181-4/+7
* | Merge pull request #3631 from opensourcerouting/zapi_fixesRuss White2019-01-221-2/+2
|\ \
| * | lib: use the correct VRF ID when parsing INTERFACE_LINK_PARAMS messagesRenato Westphal2019-01-181-2/+2
| |/
* / ospfd: remove default origin max age lsaChirag Shah2019-01-163-0/+20
|/
* lib, zebra: add AFI parameter to the ZEBRA_REDISTRIBUTE_DEFAULT_* messagesRenato Westphal2019-01-142-8/+9
* ospfd: convert a couple of "show" commands to DEFPYRenato Westphal2018-12-311-34/+11
* ospfd: fix wrong argv index in the "show ip ospf neighbor" commandRenato Westphal2018-12-311-2/+5
* Merge pull request #3335 from pguibert6WIND/ospf_remove_if_lookup_all_vrfRenato Westphal2018-12-172-43/+75
|\
| * ospfd: remove call to if_lookup_all_vrfPhilippe Guibert2018-12-102-43/+75
* | *: remove all MIBs for DFSG complianceDavid Lamparter2018-12-143-3168/+0
|/
* Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter2018-12-011-1/+1
* isisd lib ospfd pbrd python: fix empty initF. Aragon2018-11-211-1/+1
* Merge pull request #3295 from pguibert6WIND/ospf_area_unconfigureDavid Lamparter2018-11-133-2/+33
|\
| * ospfd: permit reconfiguring network after area suppressedPhilippe Guibert2018-11-093-2/+33
* | *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* | ospf: unregister mpls-te inter-as only if mpls-te is enabledDmitrii Turlupov2018-11-091-4/+4
* | OSPF: Add support to multi-area to Router Info.Olivier Dugeon2018-11-094-226/+418
|/
* Merge pull request #3239 from pguibert6WIND/ospf_virtual_link_configRuss White2018-11-013-0/+19
|\
| * ospfd: do not remove area structure, while vls are configuredPhilippe Guibert2018-10-253-0/+19
* | lib: retrofit interface commands to the new northbound modelRenato Westphal2018-10-271-2/+2
* | yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* | *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* | *: spelchekDavid Lamparter2018-10-257-7/+7
|/
* Merge branch 'pull/3197'David Lamparter2018-10-231-1/+1
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+1
* | Merge pull request #3209 from opensourcerouting/cli-fuzzer-fixesQuentin Young2018-10-221-0/+3
|\ \
| * | ospfd: fix issue with the "no segment-routing prefix A.B.C.D/M" commandRenato Westphal2018-10-201-0/+3
| |/
* / ospfd: Do not allow thread dropDonald Sharp2018-10-201-3/+1
|/
* Merge pull request #3077 from rgirada/ospf_2980_fixOlivier Dugeon2018-10-092-29/+130
|\
| * ospfd: issue with the "default-information originate always" command #2980rgirada2018-10-092-29/+130
* | ospfd: default route got flushed after lsa refresh timer.rgirada2018-10-081-1/+1
* | *: list_delete_and_null() -> list_delete()David Lamparter2018-10-0215-55/+55
* | Merge pull request #3097 from opensourcerouting/static-linkingLou Berger2018-10-013-3/+3
|\ \
| * | ospfd: fix symbol collisionDavid Lamparter2018-10-013-3/+3
* | | Merge pull request #3086 from patrasar/1836David Lamparter2018-10-012-1/+6
|\ \ \ | |/ / |/| |
| * | ospfd: handling of OSPF_AREA_RANGE_ADVERTISE flagSarita Patra2018-09-252-1/+6
| |/
* | ospfd: dead code (Coverity 1302499)F. Aragon2018-10-011-1/+1
* | ospfd: dead code (Coverity 1472227)F. Aragon2018-09-261-2/+2
|/
* ospfd: remove unnecessary housekeeping code when using linked listsRenato Westphal2018-09-243-21/+0
* Merge pull request #2978 from ton31337/fix/default_originate_after_second_enterDavid Lamparter2018-09-212-17/+9
|\
| * osfpd: Install default route after second try instantlyDonatas Abraitis2018-09-202-17/+9
* | *: style for EC replacementsQuentin Young2018-09-134-32/+28
* | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-133-15/+15
* | ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-1315-232/+232
* | Merge pull request #3006 from pacovn/static_analysis__shadow_variables1Donald Sharp2018-09-136-15/+3
|\ \