Repositories
/
olsrd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
64d0bf1ef4bd3b78d7a1d2e3333391521f76da86
[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
#ifdef linux
15
int olsr_init_niit(void);
16
void olsr_setup_niit_routes(void);
17
void olsr_cleanup_niit_routes(void);
18
#endif
19
20
#endif /* OLSR_NIIT_H_ */