Index: ifconfig.c =================================================================== RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.462 diff -u -p -r1.462 ifconfig.c --- ifconfig.c 8 Mar 2023 04:43:06 -0000 1.462 +++ ifconfig.c 20 May 2023 00:17:43 -0000 @@ -3982,6 +3985,10 @@ mpls_status(void) } else printf("\tmpls: label %u", shim.shim_label); + if (ioctl(sock, SIOCGLIFPHYRTABLE, (caddr_t)&ifr) == 0 && + (rdomainid != 0 || ifr.ifr_rdomainid != 0)) + printf(" rdomain %d", ifr.ifr_rdomainid); + pwe3_neighbor(); pwe3_cword(); pwe3_fword();