Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Quagga 0.99.24-rc1quagga-0.99.24-rc1 | David Lamparter | 2015-02-10 | 1 | -1/+1 |
| | | | | | | | | this is not a full release version, so neither release notes nor documentation are updated yet. Also, signing the tag with my private GPG key instead of the Quagga one. Signed-off-by: David Lamparter <equinox@diac24.net> | ||||
* | build: enable pimd in test script | David Lamparter | 2015-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | pimd: merge pimd as of 2015-01-19 | David Lamparter | 2015-02-06 | 109 | -9/+23919 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Welcome pimd to the Quagga daemon zoo! This is a merge of commit 77ae369 ("pimd: Log ifindex found for an interface when zebra lib reports a new connected address."), with the intermediate "reconnect" changes removed (c9adf00...d274381). d274381 is replaced with b162ab7, which includes some changes. In addition, 4 reconnect-related changes and 1 cosmetic one have been bumped out. The rebase command used to produce the branch that is merged here is: git rebase --onto b162ab7 c9adf00 77ae369 Note that 3 patches had their author rewritten from "Anonymous SR#108542 <>" (which is not a valid git author ID) to: "Savannah SR#108542 <nbahr@atcorp.com>" (which is the e-mail address listed in the associated Savannah ticket) Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | doc: list pimd.8 in EXTRA_DIST | David Lamparter | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | vtysh: add missing pimd define | David Lamparter | 2015-02-04 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | Revert "pimd: clear zclient-update: Reset zclient update connection to zebra ↵ | David Lamparter | 2015-02-04 | 3 | -14/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daemon" This reverts commit 3456a80f5f8e6e44c30453bd92eabf5faf7ab25b. Conflicts: pimd/pim_zebra.c This depends on the zebra reconnect changes, which we're not picking up at this point. This revert is partial, only bumping out the reconnect-related changes. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | Revert "pim: Remove connected addresses on loss of zebra connection." | David Lamparter | 2015-02-04 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | This reverts commit 96b6dfe98793549aca6a7cc77eaf0957b1168ed2. This depends on the zebra reconnect changes, which we're not picking up at this point. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | Revert "pimd: Explicitly restart zclient update connection." | David Lamparter | 2015-02-04 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | This reverts commit 8150beed9a4f50a72696a65c1f40889ab65ad7ff. This depends on the zebra reconnect changes, which we're not picking up at this point. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | Revert "pimd: Revert: Explicitly restart zclient update connection." | David Lamparter | 2015-02-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | This reverts commit 199f85ade39f751dd493fe011107736c9b168953. This depends on the zebra reconnect changes, which we're not picking up at this point. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | redhat: revert non-pim changes in .spec | David Lamparter | 2015-02-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | No idea what weird Fedora magic this does... if it's needed, it can be pushed separately from pimd. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
| * | pimd: Log ifindex found for an interface when zebra lib reports a new ↵ | Everton Marques | 2015-02-04 | 3 | -10/+10 |
| | | | | | | | | connected address. | ||||
| * | pimd: Fix configuration file reading upon startup | Donald Sharp | 2015-02-04 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | Without the fix, qpimd issues this error message: pim_if_add_vif: ifindex=0 < 1 on interface swp1 It happens because in pim_main.c:main() we are initializing zebra with pim_zebra_init() after we read in the configuration with vty_read_config(). See also: https://github.com/udhos/qpimd/issues/3 | ||||
| * | pimd: Addition of Hello & Join-Prune message debug commands | Balaji.G | 2015-02-04 | 5 | -5/+68 |
| | | | | | | | | | | Separate "debug pim packets hello and Join-Prune" added to enable hello and Join-Prune debugs specifically | ||||
| * | pimd: show ip pim lan-prune-delay: Cosmetic. | Everton Marques | 2015-02-04 | 1 | -2/+2 |
| | | |||||
| * | pimd: Report del_oif() failure within igmp_source_forward_stop(). | Everton Marques | 2015-02-04 | 2 | -10/+23 |
| | | |||||
| * | pimd: sh ip multicast: Display zclient socket fail counter. | Everton Marques | 2015-02-04 | 1 | -2/+4 |
| | | |||||
| * | pimd: Revert: Explicitly restart zclient update connection. | Everton Marques | 2015-02-04 | 1 | -2/+0 |
| | | |||||
| * | pimd: Update lookup zclient counter for connection failures. | Everton Marques | 2015-02-04 | 1 | -18/+25 |
| | | |||||
| * | pimd: Explicitly restart zclient update connection. | Everton Marques | 2015-02-04 | 1 | -1/+4 |
| | | |||||
| * | pimd: sh ip multicast: Display zclient sockets. | Everton Marques | 2015-02-04 | 1 | -0/+16 |
| | | |||||
| * | pimd: Fix attempted out of bounds read when deleteing an interface. | Savannah SR#108542 | 2015-02-04 | 1 | -3/+9 |
| | | | | | | | | https://savannah.nongnu.org/support/index.php?108542 | ||||
| * | pimd: Fix igmp_source_forward_stop called when IGMP forwarding flag is not ↵ | Savannah SR#108542 | 2015-02-04 | 1 | -2/+16 |
| | | | | | | | | | | | | set in oif_flags. https://savannah.nongnu.org/support/index.php?108542 | ||||
| * | pimd: Fix invalid memory read when receiving a V1 or V2 query. | Savannah SR#108542 | 2015-02-04 | 1 | -16/+28 |
| | | | | | | | | https://savannah.nongnu.org/support/index.php?108542 | ||||
| * | pimd: Remove non-standard copyright line. | Everton Marques | 2015-02-04 | 6 | -7/+0 |
| | | |||||
| * | zebra: mrib: Remove non-standard copyright line. | Everton Marques | 2015-02-04 | 2 | -2/+0 |
| | | |||||
| * | pimd: Revert accidental removal of show_memory_isis_cmd(). | Everton Marques | 2015-02-04 | 1 | -0/+1 |
| | | |||||
| * | zclient: Revert lib export of zclient_socket()/zclient_socket_un(). | Everton Marques | 2015-02-04 | 2 | -4/+2 |
| | | |||||
| * | pimd: Remove debuggging for zclient TCP/UNIX sockets. | Everton Marques | 2015-02-04 | 1 | -37/+0 |
| | | |||||
| * | zebra_rib: Revert work-around for zebra marking recursive static route as ↵ | Everton Marques | 2015-02-04 | 1 | -7/+1 |
| | | | | | | | | inactive. | ||||
| * | pim: Remove connected addresses on loss of zebra connection. | Everton Marques | 2015-02-04 | 1 | -1/+3 |
| | | |||||
| * | pimd: Simplify gettime-related code. | Everton Marques | 2015-02-04 | 3 | -59/+0 |
| | | |||||
| * | pimd: Remove conflict marker. | Everton Marques | 2015-02-04 | 1 | -1/+0 |
| | | |||||
| * | pimd: Fix log about PIM_USE_QUAGGA_GETTIME. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | | |||||
| * | pimd: Remove motd tweaking. | Everton Marques | 2015-02-04 | 3 | -16/+1 |
| | | |||||
| * | pimd: Remove reference to external doc. | Everton Marques | 2015-02-04 | 1 | -5/+0 |
| | | |||||
| * | pimd: Remove unused pim checksum in favour of quagga's version. | Everton Marques | 2015-02-04 | 9 | -55/+6 |
| | | |||||
| * | pimd: Version up. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | | |||||
| * | pimd: Troubleshooting script. | Everton Marques | 2015-02-04 | 1 | -0/+33 |
| | | |||||
| * | pimd: React as secondary address change for any address change | Everton Marques | 2015-02-04 | 3 | -10/+64 |
| | | |||||
| * | pimd: Reduce informative mandatory logging. | Everton Marques | 2015-02-04 | 5 | -93/+110 |
| | | |||||
| * | pimd: Replace assert with warning. | Everton Marques | 2015-02-04 | 1 | -2/+13 |
| | | |||||
| * | pimd: Clarifications on debug hints. | Everton Marques | 2015-02-04 | 1 | -6/+19 |
| | | |||||
| * | pimd: Fix interface "no ip igmp" should not disrupt PIM. Plus docs updates. | Everton Marques | 2015-02-04 | 2 | -4/+16 |
| | | |||||
| * | pimd: -z command-line switch to specify zebra socket path. | Everton Marques | 2015-02-04 | 7 | -16/+51 |
| | | |||||
| * | pimd: Cisco Documentation for SSM Benefits | Everton Marques | 2015-02-04 | 1 | -1/+14 |
| | | |||||
| * | pimd: Why ssm. | Everton Marques | 2015-02-04 | 1 | -0/+24 |
| | | |||||
| * | pimd: Version up. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | | |||||
| * | pimd: Better assert state transition message. | Everton Marques | 2015-02-04 | 1 | -3/+5 |
| | | |||||
| * | pimd: clear zclient-update: Reset zclient update connection to zebra daemon | Everton Marques | 2015-02-04 | 5 | -19/+34 |
| | | |||||
| * | pimd: Fix comment | Everton Marques | 2015-02-04 | 2 | -2/+2 |
| | |