Skip to content
New issue

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

Support source-based routing #8738

Open
kvaps opened this issue May 14, 2024 · 1 comment
Open

Support source-based routing #8738

kvaps opened this issue May 14, 2024 · 1 comment

Comments

@kvaps
Copy link
Contributor

kvaps commented May 14, 2024

Feature Request

Description

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
@kvaps
Copy link
Contributor Author

kvaps commented May 14, 2024

duplicated #7184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant