Commit 26fdd947 authored by Maria Jan Matejka's avatar Maria Jan Matejka
Browse files

TMP

parent 396a2741
Loading
Loading
Loading
Loading
+46 −39
Original line number Diff line number Diff line
@@ -304,15 +304,18 @@ F_INST_INTERPRET(print_and_die)
    /* Should take care about turning ACCEPT into MODIFY */
  case F_ERROR:
  case F_REJECT:	/* FIXME (noncritical) Should print complete route along with reason to reject route */
      RET(T_RETURN, i, what->a2.i); /* We have to return now, no more processing. */
    RET(T_RETURN, i, what->a2.i);
    return res;	/* We have to return now, no more processing. */
  case F_NONL:
  case F_NOP:
      break;
  default:
    bug( "unknown return type: Can't happen");
  }
    break;
  case 'a':	/* rta access */
  RET_VOID;
}

F_INST_INTERPRET(rta_get)
{
  ACCESS_RTE;
  struct rta *rta = (*f_rte)->attrs;
@@ -334,6 +337,10 @@ F_INST_INTERPRET(print_and_die)

  default:
    bug("Invalid static attribute access (%x)", res.type);
  }

  RET_VOID;

}
  }
    break;