It's handy and otherwise easily missed when reading up on routing domains and tables; wording taken from netstat(1) as is.
Not listing pgrep(1)'s `-T' because examples don't have to be exhaustive and ps(1) is already demonstrated; same for top(1) users which more likely come across its `t' and `T' in the help page anyway (I guess). Feedback? OK? Index: rdomain.4 =================================================================== RCS file: /cvs/src/share/man/man4/rdomain.4,v retrieving revision 1.14 diff -u -p -r1.14 rdomain.4 --- rdomain.4 30 Jul 2020 21:44:34 -0000 1.14 +++ rdomain.4 22 Sep 2020 18:51:29 -0000 @@ -98,6 +98,10 @@ Put em0 and lo4 in rdomain 4: # ifconfig em0 192.0.2.100/24 .Ed .Pp +List all rdomains with associated interfaces and routing tables: +.Pp +.Dl # netstat -R +.Pp Set a default route and localhost reject route within rtable 4: .Bd -literal -offset indent # route -T4 -qn add -net 127 127.0.0.1 -reject @@ -129,6 +133,7 @@ Delete rdomain 4 again: # ifconfig lo4 destroy .Ed .Sh SEE ALSO +.Xr netstat 1 , .Xr ps 1 , .Xr lo 4 , .Xr route 4 ,
