Skip to content
  • Thomas Haller's avatar
    src: only compare network parts of routes in nm_utils_match_connection() · 034b7fb5
    Thomas Haller authored
    Kernel requires that routes have a host part of zero. For NetworkManager
    configuration we allow non-zero host parts (but ignore them). Fix
    route_compare() to ignore the host part.
    
    This has only effect during assuming connections. That means, on
    restart NM would fail to match a connection with static routes
    if it has a non-zero host part. So, the impact is rather small.
    034b7fb5