summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "pimd: clear zclient-update: Reset zclient update connection to zebra ↵David Lamparter2015-02-041-1/+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 Lamparter2015-02-041-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 Lamparter2015-02-041-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 Lamparter2015-02-041-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>
* pimd: Log ifindex found for an interface when zebra lib reports a new ↵Everton Marques2015-02-041-2/+2
| | | | connected address.
* pimd: Report del_oif() failure within igmp_source_forward_stop().Everton Marques2015-02-041-10/+19
|
* pimd: Revert: Explicitly restart zclient update connection.Everton Marques2015-02-041-2/+0
|
* pimd: Explicitly restart zclient update connection.Everton Marques2015-02-041-1/+4
|
* pimd: Fix attempted out of bounds read when deleteing an interface.Savannah SR#1085422015-02-041-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#1085422015-02-041-2/+16
| | | | | | set in oif_flags. https://savannah.nongnu.org/support/index.php?108542
* pim: Remove connected addresses on loss of zebra connection.Everton Marques2015-02-041-1/+3
|
* pimd: Reduce informative mandatory logging.Everton Marques2015-02-041-7/+13
|
* pimd: -z command-line switch to specify zebra socket path.Everton Marques2015-02-041-2/+5
|
* pimd: clear zclient-update: Reset zclient update connection to zebra daemonEverton Marques2015-02-041-19/+18
|
* pimd: Withstand zclient connection restablishment.Everton Marques2015-02-041-10/+8
|
* pimd: Prevent interfaces' addresses duplication when zebra connection is ↵Everton Marques2015-02-041-1/+19
| | | | restored.
* pimd: FIXED C14 T32 Detection of interface primary address changes may fail.Everton Marques2015-02-041-7/+31
|
* C18 MFC never recovers from removal of static route to sourceEverton Marques2015-02-041-2/+5
|
* pimd: fix wtf codeDavid Lamparter2015-02-041-1/+1
| | | | | | | * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf
* [pim] debug mrouteEverton Marques2015-02-041-0/+44
|
* [pim] More RPF cache refresh statisticsEverton Marques2015-02-041-0/+1
|
* [pim] RPF cache refresh statisticsEverton Marques2015-02-041-1/+9
|
* [pim] Log physical interface up/downEverton Marques2015-02-041-1/+7
| | | | | | | | | [pim] Replace strerror with safe_strerror [pim] Fix PIM socket removal from non-PIM interfaces [pim] show ip igmp querier: left-align Querier string [pim] Version up to 0.157 [pim] Recipe to re-sync with Quagga repository [pim] Build vtysh in development script
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+1172