summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
* ospfd: revert recent PIE change to fix amd64 buildDenis Ovsienko2011-09-071-3/+0
* build: build ospfd as Position-Independed Executable (if appropriate)Dmitrij Tejblum2011-09-051-0/+3
* ospfd: address more trivial compiler warningsDenis Ovsienko2011-08-281-5/+4
* ospfd: sizing macros cleanupDenis Ovsienko2011-08-232-10/+8
* lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum2011-08-191-10/+9
* ospfd: remove useless RFC1583 checkAlexandre Chappuis2011-08-021-4/+0
* ospfd: Lower level of some common messages from info to debugPaul Jakma2011-08-012-11/+11
* ospfd: Only refresh external default route once.Joakim Tjernlund2010-04-181-2/+4
* ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.Joakim Tjernlund2010-04-181-2/+2
* ospfd: Make sure all external routes are updated.Joakim Tjernlund2010-04-181-17/+17
* ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma2010-01-141-3/+4
* ospfd: remove unneeded memset from a very hot functionPaul Jakma2010-01-141-1/+0
* ospfd: VTY strings cleanupStephen Hemminger2009-12-031-15/+2
* ospfd: comment out unused functionStephen Hemminger2009-12-031-0/+2
* ospfd: make local functions staticStephen Hemminger2009-12-032-55/+8
* [ospfd] enable more OSPF cost command aliasesDenis Ovsienko2009-09-281-0/+88
* ospfd: Make sure priority is respected.Joakim Tjernlund2009-08-281-1/+1
* ospfd: Tighten up the connected check for redistributionJoakim Tjernlund2009-08-281-8/+5
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* ospfd: fix performance problem with redistribute deleteStephen Hemminger2009-08-132-14/+4
* ospfd: Make sure route table is recalculated.Joakim Tjernlund2009-08-111-18/+23
* ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma2009-08-111-2/+3
* ospfd: neuter some compiler warningsPaul Jakma2009-08-031-38/+1
* ospfd: update some commentsPaul Jakma2009-08-032-7/+17
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-037-31/+34
* ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund2009-07-301-7/+5
* ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund2009-07-283-8/+15
* ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund2009-07-283-6/+5
* [global] interface flags format warningsStephen Hemminger2009-07-281-3/+4
* [ospfd] Do not use stale Network/Router LSAsJoakim Tjernlund2009-06-262-8/+8
* [ospfd] compare ifIndex too when matching pathsJoakim Tjernlund2009-06-252-4/+13
* [ospfd] external LSA route_unlock_node() fixesJoakim Tjernlund2009-06-251-10/+15
* [ospfd] Fix a few LSA performance "bugs"Joakim Tjernlund2009-06-251-18/+5
* Merge remote branch 'origin/master'Paul Jakma2009-06-241-3/+12
|\
| * [ospfd] discount IP header size from a new LSA pktDmitry Tejblum2009-06-241-3/+12
* | [cleanup] Add log.h includesTomasz Pala2009-06-241-0/+1
|/
* [ospfd] cancel OSPF timer hack in nsm_change_stateDmitry Tejblum2009-06-231-8/+0
* [ospfd/BSD] add missing UINT16_MAX - picked up from FreeBSD ports patchJeremy Jackson2009-06-191-0/+2
* [daemons/cleanup] Remove disabled log_mode argument support.Jeremy Jackson2009-06-181-2/+1
* [OSPF/cleanup] make message lists read onlyStephen Hemminger2009-06-183-23/+23
* [ospfd] Fix OSPF route refcount leakStephen Hemminger2009-06-181-1/+2
* [cleanup] Make command nodes staticStephen Hemminger2009-06-122-10/+3
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-1210-53/+18
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-54/+70
* [ospfd] fix vty ospfd no ospf abr-type standardFrancesco Dolcini2009-06-021-1/+3
* Justified OSPF cost function names and added support for:Denis Ovsienko2009-04-101-8/+27
* [ospfd] Fix SEGV during startup introduced in recent commitJoakim Tjernlund2008-09-241-2/+2
* [ospfd] Move passive interface checkJoakim Tjernlund2008-09-241-18/+26
* [ospfd] Minor enhancements to recent self-host-routes suppression patchPaul Jakma2008-09-043-22/+33