路由表格式修正

This commit is contained in:
2025-11-13 14:51:24 +08:00
parent 948bb1f0df
commit be25318525
5 changed files with 6 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
ipv4 table inet4;
ipv6 table inet6;
ipv4 table ospf4;
ipv6 table ospf6;
ipv4 table unet4;
ipv6 table unet6;

View File

@@ -1,5 +1,3 @@
ipv4 table inet4;
protocol kernel {
scan time 20;
kernel table 103;

View File

@@ -1,5 +1,3 @@
ipv6 table inet6;
protocol pipe inet6_sync {
table inet6;
peer table master6;

View File

@@ -1,6 +1,3 @@
ipv4 table ospf4;
ipv6 table ospf6;
protocol pipe ospf4_sync {
table ospf4;
peer table master4;

View File

@@ -1,6 +1,3 @@
ipv4 table unet4;
ipv6 table unet6;
protocol pipe unet4_sync {
table unet4;
peer table master4;