first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / routing / gated.conf
1 # gated example configuration.
2
3 interfaces {
4   # passive keeps the route from dying if there's no communicating router.
5   interface eth0 passive ;
6   interface eth1 passive ;
7 };
8
9 rip yes {
10   interface all noripin noripout;
11   interface eth0 ripin ripout version 2 broadcast;
12   interface eth1 ripin ripout version 2 broadcast;
13 };
14
15 import proto rip {
16   all ;
17   default restrict ;
18 };
19
20 export proto rip {
21   proto direct ;
22   proto static metric 1;
23 };
24