X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Frouting%2Fgated.conf;fp=database%2Fconfiguration%2Frouting%2Fgated.conf;h=0000000000000000000000000000000000000000;hb=0f49452f40415efb2a62048397ed8514a1058bb7;hp=8a7d1951c04357340b8a47fb4ecc85adb69a8396;hpb=dfe6c3aedd3487a00acf94683163be7ed0baa6da;p=feisty_meow.git diff --git a/database/configuration/routing/gated.conf b/database/configuration/routing/gated.conf deleted file mode 100644 index 8a7d1951..00000000 --- a/database/configuration/routing/gated.conf +++ /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; -}; -