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

add OPTIONS to routes.config #1262

Open
gsustek opened this issue Aug 23, 2024 · 4 comments
Open

add OPTIONS to routes.config #1262

gsustek opened this issue Aug 23, 2024 · 4 comments

Comments

@gsustek
Copy link

gsustek commented Aug 23, 2024

Is it possible to set OPTIONS from iproute command like QUICKACK to all routes in the pod ?

---
interfaces:
  - name: eth1
    type: ethernet
    state: up
    ipv4:
      address:
        - ip: 192.0.2.251
          prefix-length: 24
      dhcp: false
      enabled: true
routes:
  config:
    - destination: 198.51.100.0/24
      metric: 150
      next-hop-address: 192.0.2.1
      next-hop-interface: eth1
      table-id: 254
      options:
        - quickack 1
     update:
     it seems that quickack is supported as ipv4 and ipv6 routes arguments:
     https://networkmanager.dev/docs/api/latest/nm-settings-nmcli.html

Regards,

Goran

@qinqon
Copy link
Member

qinqon commented Sep 3, 2024

@cathay4t do you know if we can add that to nmstate ? ^

@qinqon
Copy link
Member

qinqon commented Sep 5, 2024

@gsustek can you open an issue to github.com/nmstate/nmstate project ? looks like they don't support options yet.

@gsustek
Copy link
Author

gsustek commented Sep 5, 2024

@qinqon you mean this?
nmstate/nmstate#2766

@qinqon
Copy link
Member

qinqon commented Sep 5, 2024

@gsustek yep

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

2 participants