Skip to content

Commit d4a9686

Browse files
amirvdavem330
authored andcommitted
net/route: export symbol ip_tos2prio
Need to export this to enable drivers use rt_tos2priority() Signed-off-by: Amir Vadai <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 897d784 commit d4a9686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv4/route.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const __u8 ip_tos2prio[16] = {
230230
TC_PRIO_INTERACTIVE_BULK,
231231
ECN_OR_COST(INTERACTIVE_BULK)
232232
};
233-
233+
EXPORT_SYMBOL(ip_tos2prio);
234234

235235
/*
236236
* Route cache.

0 commit comments

Comments
 (0)