summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | [pim] test pim receive dumpEverton Marques2009-11-182-0/+93
| | * | | | | [pim] Fix dump byte typeEverton Marques2009-11-182-2/+2
| | * | | | | [pim] Packet dump debuggingEverton Marques2009-11-187-33/+169
| | * | | | | [pim] Clean-up log messagesEverton Marques2009-11-172-27/+26
| | * | | | | [pim] Reference about draft mboned-ssmpingEverton Marques2009-10-211-1/+5
| | * | | | | [pim] Version up to 0.159Everton Marques2009-10-161-1/+1
| | * | | | | [pim] ssmpingd commandspim0.158Everton Marques2009-10-081-0/+3
| | * | | | | [pim] Sample config for ssmpingd supportEverton Marques2009-10-081-0/+6
| | * | | | | [pim] T41 DONE ssmping supportEverton Marques2009-10-087-13/+195
| | * | | | | [pim] Hooks for ssmpingd supportEverton Marques2009-10-087-11/+418
| | * | | | | [pim] Skeleton for ssmpingd supportEverton Marques2009-10-0710-2/+164
| | * | | | | [pim] Ref. on LW-MLDv2Everton Marques2009-10-021-0/+1
| | * | | | | [pim] Hint for test_igmpv3_join command-line utilityEverton Marques2009-10-021-0/+12
| | * | | | | [pim] Command line tool to test IGMPv3 join.Everton Marques2009-10-026-30/+254
| | * | | | | [pim] clean-upEverton Marques2009-10-022-3/+0
| | * | | | | [pim] ip mroute show: can display the MFCEverton Marques2009-10-021-0/+4
| | * | | | | [pim] Version up to 0.158Everton Marques2009-10-021-1/+1
| | * | | | | [pim] Fixed doc on CAVEAT C7Everton Marques2009-10-021-1/+1
| | * | | | | [pim] show ip pim lan-prune-delay: fix cosmetic alignmentEverton Marques2009-10-021-1/+1
| | * | | | | [pim] More RPF cache refresh statisticsEverton Marques2009-10-024-10/+18
| | * | | | | [pim] Correction for cross-compilation error with this syntaxLeonard Herve2009-10-022-11/+24
| | * | | | | Router Alert option for IGMP packets but not for PIM packetsLeonard Herve2009-10-021-2/+2
| | * | | | | [pim] RPF cache refresh statisticsEverton Marques2009-10-024-10/+34
| | * | | | | [pim] Move encoded source address length check to pim_parse_addr_sourceEverton Marques2009-10-023-26/+20
| | * | | | | [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.)Leonard Herve2009-10-028-29/+80
| | * | | | | [pim] Log physical interface up/downEverton Marques2009-10-0214-62/+85
| | * | | | | [pim] pim commands added to vtyshLeonard Herve2009-10-027-154/+207
| | * | | | | [pim] Initial pim 0.155Everton Marques2009-10-0292-18/+21813
* | | | | | | Merge branch 'merged/ospfd' into dn42David Lamparter2010-02-0424-671/+998
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'patches/jt_unnumbered' into ospf-merge-3David Lamparter2010-02-0412-176/+501
| |\ \ \ \ \ \
| | * | | | | | ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund2010-02-044-98/+101
| | * | | | | | ospfd: Update SPF calculation for unnumbered linksJoakim Tjernlund2010-02-043-44/+81
| | * | | | | | ospfd: External routes over PtoP must be directly connected.Paul Jakma2010-02-042-25/+14
| | * | | | | | ospfd: Do not free area too early.Joakim Tjernlund2010-02-041-0/+23
| | * | | | | | ospfd: add missing ospf_interface_[un]set prototypesDavid Lamparter2010-02-041-0/+3
| | * | | | | | ospfd: Impl. command ip ospf areaJoakim Tjernlund2010-02-043-62/+259
| | * | | | | | ospfd: Do not send host routes on unnumbered PtP I/F'sJoakim Tjernlund2010-02-041-0/+2
| | * | | | | | ospfd: Test for ZEBRA_INTERFACE_UNNUMBEREDJoakim Tjernlund2010-02-041-1/+6
| | * | | | | | zebra, lib: Add ZEBRA_INTERFACE_UNNUMBERED interface flag.Joakim Tjernlund2010-02-044-0/+67
| * | | | | | | Merge branch 'patches/jt_ospf-fixes-20091129' into ospf-merge-3David Lamparter2010-02-0415-457/+313
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | ospfd: actually add nbr to nbrs list.Joakim Tjernlund2010-02-041-0/+1
| | * | | | | | ospfd: PointToPoint neighbors are identified by router ID.Joakim Tjernlund2010-02-041-3/+5
| | * | | | | | ospfd: fix ospf SNMP support broken by prev 2 commitsDavid Lamparter2010-02-041-12/+9
| | * | | | | | ospfd: delete address in struct ospf_neighborJoakim Tjernlund2010-02-049-56/+44
| | * | | | | | ospfd: fix opaque-LSA broken by route_node -> listDavid Lamparter2010-02-041-12/+9
| | * | | | | | ospfd: replace route_nodes with a listJoakim Tjernlund2010-02-0410-348/+227
| | * | | | | | ospfd: fix ospf_nbr_lookup_by_addr()Joakim Tjernlund2010-02-031-21/+8
| | * | | | | | ospfd: ospf_hello() should only kick state machine once.Joakim Tjernlund2010-02-031-23/+28
| | |/ / / / /
| * | | | | | ospfd: Add new host route commandJoakim Tjernlund2010-02-045-3/+164
| * | | | | | ospfd: invalid MD5 auth_key?Joakim Tjernlund2010-02-041-2/+2