]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Add support for the IFF_ECHO flag
authorThomas Graf <tgr@deb.localdomain>
Wed, 19 Dec 2007 21:06:47 +0000 (22:06 +0100)
committerThomas Graf <tgr@deb.localdomain>
Wed, 19 Dec 2007 21:06:47 +0000 (22:06 +0100)
lib/route/link.c

index 29539990e3f9387e9b1874785ec44f42f2fd3da5..2fec334ae99575f30d052ea4ba1c6054c6ca8dfa 100644 (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)