When import script dies if interface name is the same

on ROS 4.2 and RB433AH:

if you already have a ‘defaultBridge’ defined and try to import a script with:

/interface bridge
add ageing-time=5m arp=proxy-arp auto-mac=yes
comment=“” disabled=no forward-delay=15s max-message-age=20s mtu=1500
name=defaultBridge priority=0x8000 protocol-mode=none
transmit-hold-count=6

I get a “failure: already have device with such name”

which kinda makes my attempts at creating a cloning script kinda moot if it cant write over existing settings.

Any ideas??

are you trying to clone or merge? You can run a /int bridge remove [find] to clear it out first.