Files
ironic/devstack
Luan Utimura 9375f3bd6c Fix nexthop error when adding route to PUBLIC_SUBNET_IP
The `stack` script has been consistently failing with:

```
Error: Nexthop has invalid gateway.
```

when it comes time to add a route to $PUBLIC_SUBNET_IP [1].

One solution to this is to add the `onlink` flag [2] to the link
mentioned above:

```
onlink pretend that the nexthop is directly attached to
       this link, even if it does not match any interface
       prefix.
```

[1] daf856cd2d/devstack/lib/ironic (L2583)
[2] https://man7.org/linux/man-pages/man8/ip-route.8.html

Change-Id: Ia6363e6b68de344dd82106077efff86143e63d39
Signed-off-by: Luan Utimura <luan.utimura@luizalabs.com>
2025-09-09 21:40:26 -03:00
..
2025-02-25 14:10:50 +00:00
2025-02-19 20:17:57 +00:00