[openwrt-nat64] fix bird syntax error
This commit is contained in:
parent
d7703b8117
commit
b46a9082dc
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ protocol babel {
|
||||||
ipv6 { export where (source = RTS_DEVICE) || (source = RTS_BABEL); };
|
ipv6 { export where (source = RTS_DEVICE) || (source = RTS_BABEL); };
|
||||||
}
|
}
|
||||||
protocol kernel kernel_v6 {
|
protocol kernel kernel_v6 {
|
||||||
ipv6 { export export where source ~ [ RTS_BABEL ]; };
|
ipv6 { export where source ~ [ RTS_BABEL ]; };
|
||||||
}
|
}
|
||||||
BBB
|
BBB
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue