You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keepalived: Generate the proper route for the interface IP configured within
static_ipaddress{}.
- With this patch, we can get the below two expected result with the below
configuration example.
static_ipaddress {
dpvs-wan-ip/30 dev eth1
}
a) "dpvs-wan-ip" related route is generated.
inet dpvs-wan-ip/30 scope global eth1
valid_lft forever preferred_lft forever
...
b) "dpvs-wan-ip" is configured on the related interface for arp request.
inet dpvs-wan-network-ip/30 via 0.0.0.0 src dpvs-wan-ip dev eth1 mtu 1500 tos 0 scope link metric 0 proto auto
...
0 commit comments