Thomas Haller
Thomas Haller
I think it is related. libnl3 assumes that the ID of a routes is ``` .oo_id_attrs = (ROUTE_ATTR_FAMILY | ROUTE_ATTR_TOS | ROUTE_ATTR_TABLE | ROUTE_ATTR_DST | ROUTE_ATTR_PRIO), ``` [here](https://github.com/thom311/libnl/blob/7b167ef85f6eb4d7faca349302478b2dc121e309/lib/route/route_obj.c#L1504) This is...
I think this needs some more details what you are actually doing. Can you attach code to reproduce it? Thank you
cache-manager, whenever receiving a new object, replaces the object inside the cache with the new version: https://github.com/thom311/libnl/blob/c242e25c452e855d05609e57484296ecaf4763b0/lib/cache.c#L784 It seems that the object that kernel sends, is mostly empty. So, this...
I don't know, I am not familiar with that code (oddly enough, sorry about that :) ). It does sound like a a bug, patch welcome!
Same reply as: https://github.com/thom311/libnl/pull/277#issuecomment-1099212727 --- Of course it should be fixed. But without first adding sensible unit-tests for all of this, I don't feel confident to merge this (and quite...
> What should doc/COPYING apply to (this seems to be the license text for GPLv3)? Good question. I guess then the entire content under "doc" is techincally GPLv3+ ? >...
Sorry, I don't know how to resolve this. Were you able to fix it?
@ipaqmaster regarding https://github.com/systemd/systemd/issues/15208#issuecomment-1013639283, it's not clear to me what is going on. Presumably, if you run `ip link add` commands, udev would also change the MAC address of the bond...
> Since those solutions are inconvenient, probably there should be a kernel command line argument that makes the NM dracut module drop all the state before switch root (and possibly,...
> I just install a RL9 and have the same the same issue. > ... > With same hardware and RL8 have no issue. I assume RL means RHEL? RHEL9...