https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285967
--- Comment #2 from Evans Chen <evan...@dell.com> --- I should also mention that the sysctl was from a different system, hence it being hn.1 instead of hn.0, but here is the commands that I used to get around the ifconfig command hang to print it out: # sysctl dev.hn.1.channel.12.br.tx.state # python -c "import subprocess; subprocess.Popen(['ifconfig', 'hn1', 'mtu', '1520', 'up']); exit()" # sysctl dev.hn.1.channel.12.br.tx.state -- You are receiving this mail because: You are the assignee for the bug.