Most bridge interfaces will have ifmaxaddr set to 0 (the default).
Save a little horizontal space by not printing it in this case.
Details
Details
- Reviewers
des kevans kp - Group Reviewers
network - Commits
- rG763d1bc05a71: ifconfig: don't print bridge member ifmaxaddr if it's 0
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 65344 Build 62227: arc lint + arc unit
Event Timeline
Comment Actions
On the one hand, this might break scripts if people try to parse ifconfig output. On the other hand, they really shouldn't.