The main reason why I want to move the DHCP server off 'bridge-local' interface is because if I set the ARP setting for 'bridge-local' to 'reply-only' (as shown
here), the IPv6 connectivity from the client to the router will break.
/interface print
[ranpha@MikroTik] > /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU MAX-L2MTU
0 R ether1-gateway ether 1500 1600 4076
1 ether2-master-local ether 1500 1598 2028
2 ether3-slave-local ether 1500 1598 2028
3 ether4-slave-local ether 1500 1598 2028
4 ether5-slave-local ether 1500 1598 2028
5 R wlan1 wlan 1500 2290
6 R bridge-local bridge 1500 2290
7 R pppoe-dialer pppoe-out 1492
8 R ;;; Hurricane Electric IPv6 Tunnel Broker
sit1 sit 1280
/ip route print outputs
[ranpha@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 219.93.218.177 1
1 ADC 192.168.1.2/32 192.168.1.2 ether1-gateway 0
2 ADC 192.168.88.0/24 192.168.88.1 bridge-local 0
3 ADC 219.93.218.177/32 115.135.19.174 pppoe-dialer 0