Details
Details
- Reviewers
ae jlduran - Group Reviewers
network - Commits
- rG1da4954c92ea: Fix failure to add an interface prefix route when route with the same
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The reported test passes successfully:
# route add -net 192.0.2.0/24 -interface vtnet0 add net 192.0.2.0: gateway vtnet0 # ifconfig epair create epair0a # ifconfig epair0a inet 192.0.2.1/24 # route show 192.0.2.0/24 route to: 192.0.2.0 destination: 192.0.2.0 mask: 255.255.255.0 fib: 0 interface: epair0a flags: <UP,DONE,PINNED> recvpipe sendpipe ssthresh rtt,msec mtu weight expire 0 0 0 0 1500 1 0
Thank you!