clone method

Prefix clone()

Implementation

Prefix clone() {
  return Prefix(num, ip_bits, net_mask, vt_from);
}