mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2
Cc: Erik Hugne <erik.hugne@ericsson.com> Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
20314092c1
commit
2c5e893384
2 changed files with 22 additions and 2 deletions
|
@ -36,4 +36,13 @@ extern const struct in6_addr in6addr_linklocal_allnodes;
|
|||
extern const struct in6_addr in6addr_linklocal_allrouters;
|
||||
#define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT \
|
||||
{ { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2 } } }
|
||||
extern const struct in6_addr in6addr_interfacelocal_allnodes;
|
||||
#define IN6ADDR_INTERFACELOCAL_ALLNODES_INIT \
|
||||
{ { { 0xff,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
|
||||
extern const struct in6_addr in6addr_interfacelocal_allrouters;
|
||||
#define IN6ADDR_INTERFACELOCAL_ALLROUTERS_INIT \
|
||||
{ { { 0xff,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2 } } }
|
||||
extern const struct in6_addr in6addr_sitelocal_allrouters;
|
||||
#define IN6ADDR_SITELOCAL_ALLROUTERS_INIT \
|
||||
{ { { 0xff,5,0,0,0,0,0,0,0,0,0,0,0,0,0,2 } } }
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue