Also trimmed an unused block of code that never prints out LAGG_PROTOS.
Details
Details
# ifconfig > /tmp/a # ifconfig -v > /tmp/a_v # git stash pop && make -C sbin/ifconfig && make -C sbin/ifconfig install <snip> # ifconfig > /tmp/b # ifconfig -v > /tmp/b_v # cmp /tmp/a /tmp/b && echo ok ok # cmp /tmp/a_v /tmp/b_v && echo ok ok
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable