路由表格式修正
This commit is contained in:
6
bird/function/tables.conf
Normal file
6
bird/function/tables.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
ipv4 table inet4;
|
||||||
|
ipv6 table inet6;
|
||||||
|
ipv4 table ospf4;
|
||||||
|
ipv6 table ospf6;
|
||||||
|
ipv4 table unet4;
|
||||||
|
ipv6 table unet6;
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
ipv4 table inet4;
|
|
||||||
|
|
||||||
protocol kernel {
|
protocol kernel {
|
||||||
scan time 20;
|
scan time 20;
|
||||||
kernel table 103;
|
kernel table 103;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
ipv6 table inet6;
|
|
||||||
|
|
||||||
protocol pipe inet6_sync {
|
protocol pipe inet6_sync {
|
||||||
table inet6;
|
table inet6;
|
||||||
peer table master6;
|
peer table master6;
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
ipv4 table ospf4;
|
|
||||||
ipv6 table ospf6;
|
|
||||||
|
|
||||||
protocol pipe ospf4_sync {
|
protocol pipe ospf4_sync {
|
||||||
table ospf4;
|
table ospf4;
|
||||||
peer table master4;
|
peer table master4;
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
ipv4 table unet4;
|
|
||||||
ipv6 table unet6;
|
|
||||||
|
|
||||||
protocol pipe unet4_sync {
|
protocol pipe unet4_sync {
|
||||||
table unet4;
|
table unet4;
|
||||||
peer table master4;
|
peer table master4;
|
||||||
|
|||||||
Reference in New Issue
Block a user