Repositories
/
olsrd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9c334770c1b396a3987e07b697f41304d2ada8fb
[olsrd.git]
/
src
/
olsr_niit.h
1
/*
2
* olsr_niit.h
3
*
4
* Created on: 02.02.2010
5
* Author: henning
6
*/
7
8
#ifndef OLSR_NIIT_H_
9
#define OLSR_NIIT_H_
10
11
#define DEF_NIIT4TO6_IFNAME "niit4to6"
12
#define DEF_NIIT6TO4_IFNAME "niit6to4"
13
14
int olsr_init_niit(void);
15
void olsr_setup_niit_routes(void);
16
void olsr_cleanup_niit_routes(void);
17
18
#endif /* OLSR_NIIT_H_ */