Skip to content

Commit 43be878

Browse files
cunhaCopilot
andcommitted
fix: user 20000 as kernel table number
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 143cce7 commit 43be878

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configs/bird/bird.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ protocol bgp wisc01 from peering {
617617

618618

619619
protocol kernel {
620-
kernel table 151;
620+
kernel table 20000;
621621
ipv4 {
622622
table rtup;
623623
export all;

configs/bird6/bird6.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ protocol bgp wisc01 from peering {
624624

625625

626626
protocol kernel {
627-
kernel table 151;
627+
kernel table 20000;
628628
ipv6 {
629629
table rtup;
630630
export all;

0 commit comments

Comments
 (0)