Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

What does the 'SMART' flag signify for a network interface?

When I run ifconfig on my Mac OSX (Yosemite) my Wi-Fi interface (for example) has these flags:


en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500

What does the 'SMART' flag refer to? I haven't been able to find this in any man pages.

MacBook Pro (15-inch Late 2011), OS X Yosemite (10.10.2)

Posted on Mar 31, 2015 12:37 PM

Reply
Question marked as Best reply

Posted on Mar 31, 2015 2:36 PM

If you want information at that level of detail, you have to look at the source code for ifconfig:


http://opensource.apple.com/source/network_cmds/network_cmds-457/ifconfig.tproj/ ifconfig.c


which in turn refers to if.h:


http://www.opensource.apple.com/source/xnu/xnu-792.13.8/bsd/net/if.h


which shows that it refers to the "IFF_NOTRAILERS" bit. The comment reads, "obsolete: avoid use of trailers."

1 reply
Question marked as Best reply

Mar 31, 2015 2:36 PM in response to arntzy

If you want information at that level of detail, you have to look at the source code for ifconfig:


http://opensource.apple.com/source/network_cmds/network_cmds-457/ifconfig.tproj/ ifconfig.c


which in turn refers to if.h:


http://www.opensource.apple.com/source/xnu/xnu-792.13.8/bsd/net/if.h


which shows that it refers to the "IFF_NOTRAILERS" bit. The comment reads, "obsolete: avoid use of trailers."

What does the 'SMART' flag signify for a network interface?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.