|
|
to->priority = from->priority; | to->priority = from->priority; |
to->protocol = from->protocol; | to->protocol = from->protocol; |
to->security = from->security; | to->security = from->security; |
|
dst_release(to->dst); |
to->dst = dst_clone(from->dst); | to->dst = dst_clone(from->dst); |
to->dev = from->dev; | to->dev = from->dev; |
| |