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

net: linux/rt: init gw to correct af #447

Merged
merged 1 commit into from
Jul 17, 2022
Merged

net: linux/rt: init gw to correct af #447

merged 1 commit into from
Jul 17, 2022

Conversation

alfredh
Copy link
Contributor

@alfredh alfredh commented Jul 17, 2022

before:

net routes:
 Destination                                 Next Hop                                 Iface           Type
 0.0.0.0/0                                   10.0.1.1                                 eno1            
 10.0.1.0/24                                 ?                                        eno1            
 ::1/128                                     ?                                        lo              
 fe80::/64                                   ?                                        eno1             LINKLOCAL

after:

net routes:
 Destination                                 Next Hop                                 Iface           Type
 0.0.0.0/0                                   10.0.1.1                                 eno1            
 10.0.1.0/24                                 0.0.0.0                                  eno1            
 ::1/128                                     ::                                       lo              
 fe80::/64                                   ::                                       eno1             LINKLOCAL

@sreimers sreimers merged commit ed7767e into main Jul 17, 2022
@sreimers sreimers deleted the net_linux_route branch July 17, 2022 13:11
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

Successfully merging this pull request may close these issues.

2 participants