Index: trouter.c =================================================================== --- trouter.c (revision 32390) +++ trouter.c (revision 32391) @@ -126,7 +126,7 @@ pcb_netmap_t nmap; static const char *stackupid = "board_stackup"; - if (pcb_netmap_init(&nmap, pcb) != 0) { + if (pcb_netmap_init(&nmap, pcb, PCB_NETMAPCTRL_RATTED) != 0) { rnd_message(RND_MSG_ERROR, "internal error: failed to map networks\n"); goto error; }