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