Good Morning,<br><br>Does linux have the ability to provide a 'description' and 'groups' set of labels to it's network interfaces?<br><br>The reason I ask is that I have them on our BSD machines:<br><br>
<br>bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500<br>        lladdr blah<br>        description: External<br>        groups: egress <br>        media: Ethernet autoselect (1000baseT full-duplex)<br>
        status: active<br>        inet blah.blah.blah.blah netmask 0xffffffe0 broadcast blahblah<br>        inet6 blah bge0 prefixlen 64 scopeid 0x1<br>bge1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500<br>
        lladdr blah<br>        description: Internal<br>        media: Ethernet autoselect (1000baseT full-duplex)<br>        status: active<br>        inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255<br>        inet6 blah bge1 prefixlen 64 scopeid 0x2<br>
<br>Thank you!<br><br>John<br>