clear_network clear sta

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-05-05 15:37:23 -07:00
parent 20af8fdaf6
commit c74dac5825
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ void
clear_network()
{
Sta *sta = Sta::sta();
sta->clear();
sta->network()->clear();
}