]> git.pld-linux.org Git - packages/gated.git/blob - gated-3.5.10-gated.conf
- dropped pre-cvs changelog
[packages/gated.git] / gated-3.5.10-gated.conf
1 #
2 # Generic configuration file for use with RIP
3 #
4 rip yes {
5         interface all noripin noripout;
6         interface eth0 ripin ripout version 2 broadcast;
7 };
8
9 import proto rip {
10         all ;
11         default restrict ;
12 };
13
14 export proto rip {
15         proto direct ;
16         proto static metric 1;
17 };
18
This page took 0.044088 seconds and 3 git commands to generate.