[Bug 274426] route get command returns a zero even no route is found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 07:59:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274426 --- Comment #2 from Dmitry Afanasiev <KOT@MATPOCKuH.Ru> --- (In reply to Mark Johnston from comment #1) What freebsd version are you using? I'm updated to 14.0-STABLE to commit e373880312fb8ea09c501975e1fd23234a0df1e3 and still have this problem: $ uname -a FreeBSD cat 14.0-STABLE FreeBSD 14.0-STABLE #9 e37388031: Wed Dec 27 11:50:11 MSK 2023 root@cat:/usr/obj/usr/src/amd64.amd64/sys/desktop amd64 $ route -6 get :: route: route has not been found: No error: 0 $ echo $? 0 $ route -6 get 2000:: route: route has not been found: No error: 0 $ echo $? 0 -- You are receiving this mail because: You are the assignee for the bug.