summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ospfd: remove minor WTF in instance creationDavid Lamparter2019-12-061-11/+1
| * lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* | Merge pull request #5226 from donaldsharp/interface_fixupDavid Lamparter2019-12-063-22/+18
|\ \ | |/ |/|
| * eigrpd, ospfd, pimd: Fix assumption that interface may not be upDonald Sharp2019-12-042-19/+15
| * ospfd: interface name and ip address can be 32 bytesDonald Sharp2019-12-041-3/+3
* | ospfd: clean up SA warningMark Stapp2019-12-051-1/+1
|/
* *: generously apply constDavid Lamparter2019-12-027-31/+45
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-26/+52
* ospfd: nbr->oi is never nullDonald Sharp2019-11-226-13/+8
* ospfd: Rework ospf_read_packet into 2 functionsDonald Sharp2019-11-191-213/+228
* ospfd: Allow packet reads based upon read/write packet countsDonald Sharp2019-11-191-191/+213
* ospfd: The ip header dump is crazy long and uselessDonald Sharp2019-11-193-30/+0
* ospfd: Add/fix some debugs to handle vrfDonald Sharp2019-11-195-36/+69
* ospfd: Add a function to return the name of the vrf we are in.Donald Sharp2019-11-192-0/+9
* ospfd: Remove ORIGINAL_CODING checkDonald Sharp2019-11-196-116/+9
* ospfd: Adding Debugs to dump OSPF DD SeqnumberSatheesh Kumar K2019-11-142-0/+27
* Merge pull request #5313 from mjstapp/fix_bsd_addr_of_packedDonald Sharp2019-11-121-1/+3
|\
| * ospfd,eigrpd: don't take address of packed struct memberMark Stapp2019-11-111-1/+3
* | ospfd: Function order caused use after free.Donald Sharp2019-11-111-3/+3
|/
* lib, ospfd, zebra: Convert interface_delete to take double pointerDonald Sharp2019-11-021-2/+1
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-2/+2
* ospf: BFD down not tearing down OSPF adjacency for point-to-point networkRadhika Mahankali2019-10-311-2/+24
* Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWNRafael Zalamena2019-10-291-1/+1
|\
| * bfdd: Handling local and remote admin-downSumitAgarwal1232019-10-291-1/+1
* | *: Cleanup interface creation apisStephen Worley2019-10-101-2/+2
* | *: remove redundant brackets in commandsIgor Ryzhov2019-10-081-1/+1
* | *: strip trailing whitespaceQuentin Young2019-09-302-3/+3
* | *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-194-35/+18
* | *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-25/+13
* | *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-69/+41
* | *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-195-44/+40
* | *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+23
|/
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-172-11/+1
|\
| * ospfd: update ospf default vrf name with vrf hookPhilippe Guibert2019-08-271-1/+1
| * ospfd: do not create default ospf instancePhilippe Guibert2019-08-271-10/+0
* | Merge pull request #4949 from opensourcerouting/mpls-zapi-improvementsOlivier Dugeon2019-09-132-75/+23
|\ \
| * | ospfd: avoid installing SR FTNs twiceRenato Westphal2019-09-101-51/+2
| * | lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-5/+8
| * | lib, zebra: enhance the MPLS zapi messagesRenato Westphal2019-09-071-8/+13
| * | lib, zebra: rename LSP type used for OSPF SRRenato Westphal2019-09-071-1/+1
| * | zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-072-4/+2
| * | lib: introduce encode/decode functions for the MPLS zapi messagesRenato Westphal2019-09-071-21/+12
* | | ospfd: Remove flog_warn for a situation user can never do anything withDonald Sharp2019-09-051-5/+6
|/ /
* | Merge pull request #4604 from opensourcerouting/mutex-sugarQuentin Young2019-09-032-2/+2
|\ \
| * | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-032-2/+2
| |/
* | ospfd: Cleanup oi->obuf to always be createdDonald Sharp2019-08-303-58/+17
* | ospfd: tighten up what functions can be used outside of ospf_packet.cDonald Sharp2019-08-302-10/+4
* | ospfd: Do not turn on write thread unless we have something in itDonald Sharp2019-08-302-7/+20
|/
* Merge pull request #4812 from pogojotz/fix-destination-multi-useDonald Sharp2019-08-261-35/+32
|\