Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-02-26 | 1 | -2/+2 |
| | |||||
* | *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() | Feng Lu | 2015-06-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | Later, an interface will belong to a specific VRF, and the interface initialization will be a part of the VRF initialization. So now call if_init() from vrf_init(), and if_terminate() from vrf_terminate(). Daemons have the according changes: - if if_init() was called or "iflist" was initialized, now call vrf_init() instead; - if if_terminate() was called or "iflist" was destroyed, now call vrf_terminate() instead. Signed-off-by: Feng Lu <lu.feng@6wind.com> Reviewed-by: Alain Ritoux <alain.ritoux@6wind.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Vincent JARDIN <vincent.jardin@6wind.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | pimd: Detection of interface primary address changes. | Everton Marques | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | Run DR election when hello packet is received. | Everton Marques | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | [pim] Skeleton for ssmpingd support | Everton Marques | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | [pim] clean-up | Everton Marques | 2015-02-04 | 1 | -2/+0 |
| | |||||
* | [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.) | Leonard Herve | 2015-02-04 | 1 | -5/+6 |
| | | | | | | | [pim] pim messages: encoded source address format with Sparse bit=1 (RFC 4601 4.9.1.) [pim] and Mask Len MUST be equal to 32 [pim] dr election: new traces [pim] fix triggered_hello_delay_msec randomization | ||||
* | [pim] Initial pim 0.155 | Everton Marques | 2015-02-04 | 1 | -0/+160 |