VyOS had an issue completing a command.
We are sorry that you encountered a problem while using VyOS.
There are a few things you can do to help us (and yourself):
- Make sure you are running the latest version of the code available at
https://downloads.vyos.io/rolling/current/amd64/vyos-rolling-latest.iso
- Consult the forum to see how to handle this issue
https://forum.vyos.io
- Join our community on slack where our users exchange help and advice
https://vyos.slack.com
When reporting problems, please include as much information as possible:
- do not obfuscate any data (feel free to contact us privately if your
business policy requires it)
- and include all the information presented below
Report Time: 2020-11-13 08:39:32
Image Version: VyOS 1.3-rolling-202011130217
Release Train: equuleus
Built by: autobuild@vyos.net
Built on: Fri 13 Nov 2020 02:17 UTC
Build UUID: b19e3986-7349-451b-861c-e6bbd452e4ce
Build Commit ID: 3fa7fe6926a538
Architecture: x86_64
Boot via: installed image
System type: bare metal
Hardware vendor: PC Engines
Hardware model: apu4
Hardware S/N: 1360315
Hardware UUID: Unknown
Traceback (most recent call last):
File "/usr/libexec/vyos/conf_mode/interfaces-bridge.py", line 203, in <module>
apply(c)
File "/usr/libexec/vyos/conf_mode/interfaces-bridge.py", line 194, in apply
br.update(bridge)
File "/usr/lib/python3/dist-packages/vyos/ifconfig/bridge.py", line 312, in update
self._cmd(cmd)
File "/usr/lib/python3/dist-packages/vyos/ifconfig/control.py", line 51, in _cmd
return cmd(command, self.debug)
File "/usr/lib/python3/dist-packages/vyos/util.py", line 179, in cmd
raise OSError(code, feedback)
OSError: [Errno 255] failed to run command: bridge vlan del dev wlan0 vid 1
returned:
exit code: 255
noteworthy:
cmd 'bridge vlan del dev wlan0 vid 1'
returned (out):
returned (err):
RTNETLINK answers: Operation not supported
[[interfaces bridge br0]] failed
Commit failed
[edit]
cpo@LR4.wue3# save
Warning: you have uncommitted changes that will not be saved.
Saving configuration to '/config/config.boot'...Config
bridge br0 {
address 192.0.2.1/24
member {
interface eth3 {
}
interface eth4 {
}
+ interface wlan0 {
+ }
}
vrf black
}
dummy dum0 {
address 172.18.254.204/32
}
ethernet eth0 {
}
ethernet eth1 {
}
ethernet eth2 {
}
ethernet eth3 {
}
wireless wlan0 {
channel 0
country-code DE
physical-device phy0
security {
wpa {
mode wpa2
passphrase BeMyGuest123
}
}
ssid VYOS-TEST
type access-point
}
Wifi can be simulated loading the `mac80211_hwsim` module