When I run netstat -i in Linux, I get outputs like:
Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0       1500 0         0      0      0 0           236      0      0      0 BMPRU
eth1       1500 0       789      0      0 0           269      0      0      0 BMRU
lo        16436 0      3715      0      0 0          3715      0      0      0 LRU
I'm wondering what are those Flg mean? Could someone give me an exhausted list of them?