Created
February 4, 2016 09:03
-
-
Save nlienard/6736fb98427267eb5dcb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intel devices use sysctl to enable/disable flow control: | |
#sysctl -a|grep fc | |
dev.em.X.fc:3 | |
dev.igb.X.fc:3 | |
dev.ix.X.fc:3 | |
# ifconfig ix0 | |
ix0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=8400b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO> | |
ether 0c:c4:7a:79:db:24 | |
inet xxxxxxx netmask 0xffffff00 broadcast 149.202.85.255 | |
inet6 xxxxxx prefixlen 64 scopeid 0x1 | |
inet6 xxxxxxx prefixlen 64 | |
nd6 options=8023<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL,DEFAULTIF> | |
media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>) | |
status: active | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment