Hello.
I got error when try commit config with broadcast-relay:
ec@vyos# commit
[ service broadcast-relay id 1 ]
Traceback (most recent call last):
File "/opt/vyatta/sbin/vyos-config-bcast-relay.py", line 118, in <module>
c = get_config()
File "/opt/vyatta/sbin/vyos-config-bcast-relay.py", line 45, in get_config
intfs_names=intfs_names.replace("'", "")
AttributeError: 'list' object has no attribute 'replace'
[[service broadcast-relay id 1]] failed
Commit failedMy config
[edit service]
ec@vyos# show broadcast-relay
+id 1 {
+ interface eth0
+ port 65000
+}