interface.conf: Verify that an rtp-bridge interface is also bridged
authorPeter Stuge <peter@stuge.se>
Wed, 2 Oct 2013 16:02:17 +0000 (18:02 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Wed, 2 Oct 2013 16:12:02 +0000 (18:12 +0200)
commit1cf9b356bc6a35d7aa1d208258156b01def49344
treeeb97f87e5fa9d347e50a376e95018b3f3ff3482f
parent49de81a7f6ee47347e44cd8a0d881e557f6f97e5
interface.conf: Verify that an rtp-bridge interface is also bridged

RTP bridging only works when interfaces are bridged so we now check
that the interface has been configured as bridge upon seeing rtp-bridge
during parsing of interface.conf.

Note: This change requires that rtp-bridge appears after bridge for
the interface. If this makes your existing configuration fail because
rtp-bridge appears before the bridge parameter then please move the
rtp-bridge line below the bridge line.
interface.c