Skip to content
  • Robert Ricci's avatar
    Fix fixed interfaces for the fourth time · 51b20429
    Robert Ricci authored
    Okay, I know I said this the first three times, but I think I've got it
    this time - the problem had to do with how I was handling the flipped
    flag (of course). Many of the calls find_best_link() give the dest_pv
    of a link instead of the pv (source pnode). When we do this, we have to
    invert the flipped flag, 'cause we're effectively reversing the order
    of the link.
    51b20429