[FS#3725] BIRD4 failed to start in AC2100

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Mon Apr 5 14:57:03 BST 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Ari (vol) 

Attached to Project - OpenWrt/LEDE Project
Summary - BIRD4 failed to start in AC2100
Task Type - Bug Report
Category - Packages
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - All
Due in Version - Undecided
Due Date - Undecided
Details - When i try to configure and start BIRD4 in Xiaomi AC2100 with Snapshot i receive a strange error from init scripts /etc/rc.common:


root at OpenWrt:~# service bird4 start
Starting bird4 Service [ ... ]
Killed
/etc/rc.common: export: line 136: : bad variable name

Killed
/etc/rc.common: export: line 136: : bad variable name
Killed
Killed
/etc/rc.common: export: line 136: : bad variable name
Killed
/etc/rc.common: export: line 136: : bad variable name
Killed
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name
/etc/rc.common: export: line 136: : bad variable name



This is my /etc/bird4.conf:


log syslog all;

protocol kernel {
persist;
scan time 20;
import all;
export all;
}

protocol device {
scan time 10;
}

protocol static {
export none;
}

filter voip_filter {
if net ~ 10.0.0.0/8 then accept;
else reject;
}
protocol rip voip {
import all;
export filter voip_filter;
interface "wan.3";
}


I tested this configuration in bcm63xx with OpenWrt 19.07.7 and works properly.

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3725

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list