cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / database / configuration / routing / gated.conf
diff --git a/database/configuration/routing/gated.conf b/database/configuration/routing/gated.conf
deleted file mode 100644 (file)
index 8a7d195..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# gated example configuration.
-
-interfaces {
-  # passive keeps the route from dying if there's no communicating router.
-  interface eth0 passive ;
-  interface eth1 passive ;
-};
-
-rip yes {
-  interface all noripin noripout;
-  interface eth0 ripin ripout version 2 broadcast;
-  interface eth1 ripin ripout version 2 broadcast;
-};
-
-import proto rip {
-  all ;
-  default restrict ;
-};
-
-export proto rip {
-  proto direct ;
-  proto static metric 1;
-};
-