Border router: removed unused variable 'prefix'
This commit is contained in:
parent
50f060477c
commit
71ed11cdea
@ -39,7 +39,6 @@
|
|||||||
#define LOG_MODULE "BR"
|
#define LOG_MODULE "BR"
|
||||||
#define LOG_LEVEL LOG_LEVEL_INFO
|
#define LOG_LEVEL LOG_LEVEL_INFO
|
||||||
|
|
||||||
uip_ipaddr_t prefix;
|
|
||||||
uint8_t prefix_set;
|
uint8_t prefix_set;
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
@ -64,7 +63,6 @@ void
|
|||||||
void
|
void
|
||||||
set_prefix_64(uip_ipaddr_t *prefix_64)
|
set_prefix_64(uip_ipaddr_t *prefix_64)
|
||||||
{
|
{
|
||||||
memcpy(&prefix, prefix_64, 16);
|
|
||||||
prefix_set = 1;
|
prefix_set = 1;
|
||||||
rpl_dag_root_init(prefix_64, NULL);
|
rpl_dag_root_init(prefix_64, NULL);
|
||||||
rpl_dag_root_init_dag_immediately();
|
rpl_dag_root_init_dag_immediately();
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
#include "net/ipv6/uip.h"
|
#include "net/ipv6/uip.h"
|
||||||
#include "net/ipv6/uip-ds6.h"
|
#include "net/ipv6/uip-ds6.h"
|
||||||
|
|
||||||
extern uip_ipaddr_t prefix;
|
|
||||||
extern uint8_t prefix_set;
|
extern uint8_t prefix_set;
|
||||||
|
|
||||||
void print_local_addresses(void);
|
void print_local_addresses(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user