Menu

Commit [r260]  Maximize  Restore  History

added support for configuring a static multicast SA for VPLS mode

The static multicast SA introduces "multicast_group", "multicast_spi", and
"multicast_key" options to hip.conf; peers must be configured with a matching
group/SPI/key combination.

When multicast packets are received from the overlay, instead of unicasting a
copy through each established tunnel, the static key/SPI is used and an ESP
packet is sent out to the configured group. This means multicast is sent
as multicast (multiple groups mapped to one), not as unicast, having different
implications for how the ESP is routed over the underlay network.

siliconja 2014-04-21

changed /hip/trunk/src/include/hip/hip_types.h
changed /hip/trunk/src/usermode/hip_esp.c
changed /hip/trunk/src/util/hip_xml.c
/hip/trunk/src/include/hip/hip_types.h Diff Switch to side-by-side view
Loading...
/hip/trunk/src/usermode/hip_esp.c Diff Switch to side-by-side view
Loading...
/hip/trunk/src/util/hip_xml.c Diff Switch to side-by-side view
Loading...