Thomas Liske

Results 104 comments of Thomas Liske

Can you please provide `/proc/cpuinfo`? Looks like there are no `microcode` lines 🤔

I was not aware of `get_vlans`, but: ```python >>> pprint(ipr.get_vlans(index=47)[0].get_attr('IFLA_AF_SPEC')) {'attrs': [('IFLA_BRIDGE_VLAN_INFO', {'flags': 6, 'vid': 500}), ('IFLA_BRIDGE_VLAN_INFO', {'flags': 0, 'vid': 700})]} >>> now exiting IfStateConsole... (venv) root@kosmokrator:~# bridge vlan show...

Thanks a lot for your efforts! 🙏

> [@liske](https://github.com/liske) here's a minimal proof of concept for RTM vlan operations, only dump for now: [#1455](https://github.com/svinota/pyroute2/pull/1455) > > The argument can be `dump_flags` with values 1 (dump db entries)...