MikroTik Router and Telia IPTV

# jun/05/2018 21:27:11 by RouterOS 6.42.3
# model = RouterBOARD 952Ui-5ac2nD
# Difference patch from default configuratin
/interface bridge
add arp=disabled fast-forward=no name=br-iptv protocol-mode=none
/interface vlan
add interface=ether1 name=ether1-vlan4 vlan-id=4
/interface list
add name=IPTV
set [ find name=LAN ] exclude=IPTV
/interface list member
add interface=br-iptv list=IPTV
/interface bridge port
remove [ find interface=ether4 ]
add bridge=br-iptv comment=”IPTV STB” interface=ether4
add bridge=br-iptv comment=”IPTV vlan” interface=ether1-vlan4