[PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.
Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c26736ec17
commit
cc8fd14dca
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ struct teql_sched_data
|
|||
|
||||
#define NEXT_SLAVE(q) (((struct teql_sched_data*)qdisc_priv(q))->next)
|
||||
|
||||
#define FMASK (IFF_BROADCAST|IFF_POINTOPOINT|IFF_BROADCAST)
|
||||
#define FMASK (IFF_BROADCAST|IFF_POINTOPOINT)
|
||||
|
||||
/* "teql*" qdisc routines */
|
||||
|
||||
|
|
Loading…
Reference in a new issue