-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ...
- Loading branch information
zhuangyan
committed
Jul 17, 2020
1 parent
2e64fd2
commit 06ef171
Showing
1 changed file
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters