From: "Robin H. Johnson" <robbat2@xxxxxxxxxx> On a multi-homed system, the user may wish RTP to be used only on specific interfaces. The default binding of 0.0.0.0 for the source address causes SAP multicast on all interfaces, which is not ideal. Introduce a new module argument, srcip, that allows selection of the source IP, and thus interface. Robin H. Johnson (3): rtp: Cleanup variable naming. rtp: rename modarg destination to dstip rtp: Introduce source IP configuration with srcip src/modules/rtp/module-rtp-send.c | 97 +++++++++++++++++++++++++++++---------- 1 file changed, 72 insertions(+), 25 deletions(-) -- 1.8.0