Don't forget to attache the sticky route change to the ncp structure.
PR: 29726
This commit is contained in:
parent
2f4da197f1
commit
bcd13e2e67
@ -614,6 +614,7 @@ route_Add(struct sticky_route **rp, int type, const struct ncprange *dst,
|
||||
r->next = NULL;
|
||||
ncprange_copy(&r->dst, dst);
|
||||
ncpaddr_copy(&r->gw, gw);
|
||||
*rp = r;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user