Add support for the IFF_ECHO flag

This commit is contained in:
Thomas Graf 2007-12-19 22:06:47 +01:00
parent 3ad4665be2
commit 1952414737

View file

@ -1035,6 +1035,7 @@ static struct trans_tbl link_flags[] = {
__ADD(IFF_RUNNING, running)
__ADD(IFF_LOWER_UP, lowerup)
__ADD(IFF_DORMANT, dormant)
__ADD(IFF_ECHO, echo)
};
char * rtnl_link_flags2str(int flags, char *buf, size_t len)