mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 06:12:45 +00:00
Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -57,6 +57,9 @@ int ast_get_ip_or_srv(struct sockaddr_in *sin, const char *value, const char *se
|
||||
int ast_ouraddrfor(struct in_addr *them, struct in_addr *us);
|
||||
|
||||
int ast_find_ourip(struct in_addr *ourip, struct sockaddr_in bindaddr);
|
||||
|
||||
int ast_str2cos(const char *value, unsigned int *cos);
|
||||
|
||||
int ast_str2tos(const char *value, unsigned int *tos);
|
||||
const char *ast_tos2str(unsigned int tos);
|
||||
|
||||
|
Reference in New Issue
Block a user