Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3725 - BIRD4 failed to start in AC2100 #8775

Closed
openwrt-bot opened this issue Apr 5, 2021 · 2 comments
Closed

FS#3725 - BIRD4 failed to start in AC2100 #8775

openwrt-bot opened this issue Apr 5, 2021 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

vol:

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@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.

@openwrt-bot
Copy link
Author

bjonglez:

We have bird and bird2, not sure what bird4 is?

In any case, the bird package is maintained here: https://github.com/openwrt-routing/packages

@rogerpueyo
Copy link
Contributor

Just as a reference, this has been tackled at openwrt/routing#920 and openwrt/routing#921.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants