We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that there is no way to configure source-based routing in Talos, which I really needed.
ip route add 11.22.33.224/27 dev bond0.217 table 100 ip route add default via 11.22.33.245 table 100
It could be written as:
interfaces: interface: bond0 vlans: vlanId: 217 routes: network: 11.22.33.224/27 table: 100 network: 0.0.0.0/0 gateway: 11.22.33.245 table: 100
but the table option is not supported.
Is there an API for rules? Or what should it look like:
ip rule add from 11.22.33.244/27 table 100
The text was updated successfully, but these errors were encountered:
duplicated #7184
Sorry, something went wrong.
No branches or pull requests
Feature Request
Description
I noticed that there is no way to configure source-based routing in Talos, which I really needed.
It could be written as:
but the table option is not supported.
Is there an API for rules? Or what should it look like:
The text was updated successfully, but these errors were encountered: