X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=blobdiff_plain;f=bird-openwrt%2Fbird6-openwrt%2Fsrc%2Fconfig%2Fbird6;fp=bird-openwrt%2Fbird6-openwrt%2Fsrc%2Fconfig%2Fbird6;h=0000000000000000000000000000000000000000;hp=589d57dfe9172edb58959027d15821f4e980240d;hb=ecbdeb0500cc92b514a7442a09b9e90973fa3554;hpb=453de2136e2f354b2d6c88270297f31d4de488ae diff --git a/bird-openwrt/bird6-openwrt/src/config/bird6 b/bird-openwrt/bird6-openwrt/src/config/bird6 deleted file mode 100644 index 589d57d..0000000 --- a/bird-openwrt/bird6-openwrt/src/config/bird6 +++ /dev/null @@ -1,36 +0,0 @@ -config bird 'bird' - option use_UCI_config '1' - #Caution! Enabling this option, Bird will translate this - #UCI file and use it instead of /etc/bird6.conf - option UCI_config_file '/tmp/bird6.conf' - #If you enable useUCIconfig, UCIconfigFile will be Bird's - #configuration file location. - -config global 'global' - option log_file '/tmp/bird6.log' - option log 'all' - option debug 'off' - # This option is set up because is mandatory for Bird6. - # Change it to your IPv4 Address or a HEX value. - option router_id '0xCAFEBABE' - -config table - option name 'aux' - -config kernel kernel1 - option table 'aux' - option import 'all' - option export 'all' - option kernel_table '100' - option scan_time '10' - option learn '1' - option persist '0' - option disabled '0' - -config device device1 - option scan_time '10' - option disabled '0' - -config static static1 - option table 'aux' - option disabled '0'