Skip to content
  • Thomas Haller's avatar
    platform: fix return value for do_delete_object() · 5b09f715
    Thomas Haller authored
    The return value for the delete methods checks whether the object
    is actually deleted. That is questionable behavior, because if the netlink
    request succeeds, there is little point in checking with the platform cache.
    As it is, it is racy.
    
    Anyway, the previous value was totally wrong.
    
    But it also uncovers another platform bug, which currently breaks
    route tests. Will be fixed next.
    5b09f715