mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.
'@' conflicts with existing notations such as user@host, so '%' is better. Approved by: jkh Obtained from: KAME project
This commit is contained in:
parent
e870738008
commit
12cefbcc20
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ struct addrinfo {
|
|||
/*
|
||||
* Scope delimit character
|
||||
*/
|
||||
#define SCOPE_DELIMITER '@'
|
||||
#define SCOPE_DELIMITER '%'
|
||||
|
||||
__BEGIN_DECLS
|
||||
void endhostent __P((void));
|
||||
|
|
|
|||
Loading…
Reference in a new issue