summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-0512-50/+42
* ospfd: OSPFv2 VRF remove iflist from masterChirag Shah2017-10-034-5/+2
* ospfd: fix vrf bind sock non-linux systemChirag Shah2017-10-032-2/+18
* ospfd: Bind socket to vrf deviceChirag Shah2017-10-034-26/+78
* ospfd: OSPFv2 VRF fixesIChirag Shah2017-10-032-14/+30
* ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-038-447/+474
* ospfd: fix clang warning & ci-ospf testChirag Shah2017-10-032-9/+2
* ospfd: OSPFv2 VRF, fix CLAN SA warningChirag Shah2017-10-031-2/+6
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-0326-837/+1862
* Merge pull request #1278 from chiragshah6/ospf_vrf_devJafar Al-Gharaibeh2017-10-031-7/+14
|\
| * ospfd: Fix maxage_lsa lookup keyChirag Shah2017-10-021-7/+14
* | Merge pull request #1263 from vjardin6WIND/cleanupQuentin Young2017-10-032-11/+8
|\ \ | |/ |/|
| * ospf_packet: scan-build/clang clean upVincent JARDIN2017-10-021-7/+5
| * scan-build: cleanup some warningsVincent JARDIN2017-10-021-4/+3
* | ospfd: ospf use macro for authenticationChirag Shah2017-10-021-23/+12
* | ospfd: fix area virtual-link commandChirag Shah2017-10-011-12/+9
* | ospfd: ospf virtual-link fixChirag Shah2017-09-291-6/+1
* | ospfd: fix ospf virtual-link command optionsChirag Shah2017-09-281-120/+68
* | ospfd: fix virtual-link config commandChirag Shah2017-09-271-17/+14
|/
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-1/+3
* Merge pull request #1162 from opensourcerouting/clean_exitRuss White2017-09-131-0/+3
|\
| * *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+3
* | *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-1/+2
|/
* Merge pull request #1075 from donaldsharp/rip_metricDavid Lamparter2017-09-051-6/+15
|\
| * lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-6/+15
* | Merge pull request #1058 from chiragshah6/mdevDavid Lamparter2017-09-053-0/+5
|\ \
| * | ospfd: fix route_node_getChirag Shah2017-08-283-0/+5
* | | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-3/+3
|\ \ \
| * | | *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-3/+3
| |/ /
* | | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-312-7/+25
|\ \ \
| * | | *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-1/+1
| * | | eigrpd, ospfd: Cleanup inet_aton return code checkingDonald Sharp2017-08-251-6/+24
| |/ /
* | | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+4
|\ \ \ | |_|/ |/| |
| * | *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+4
| |/
* | Merge pull request #1060 from opensourcerouting/oldbits-2Donald Sharp2017-08-291-13/+6
|\ \
| * | *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-13/+6
| |/
* / ospf6d, ospfd: add `no ospf6 router-id ...`Quentin Young2017-08-281-2/+6
|/
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-47/+18
* ospfd: use the new API to send routes to zebraRenato Westphal2017-08-231-157/+62
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-32/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-209/+208
* Merge pull request #1025 from qlyoung/no-ospfDavid Lamparter2017-08-221-4/+7
|\
| * ospfd, ospf6d: cleanup some `no` commandsQuentin Young2017-08-221-4/+7
* | Merge pull request #939 from jbonor/optimizationLou Berger2017-08-221-1/+1
|\ \
| * | lib: optimize IPV4_ADDR_[SAME|COPY]()Jorge Boncompte2017-08-171-1/+1
| |/
* | Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-13/+13
|\ \
| * | *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-13/+13
| |/
* | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-211-2/+2
|\ \ | |/ |/|
| * lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* | Merge pull request #994 from dwalton76/ospfd-show-neighborDavid Lamparter2017-08-171-6/+12
|\ \