Add support for the IFF_ECHO flag
This commit is contained in:
parent
3ad4665be2
commit
1952414737
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue