1
0
Fork 0

Import Nat Netz Mercury to OSPF

This commit is contained in:
clerie 2020-12-16 12:59:41 +01:00
parent 88e6f0d54e
commit fb5cfd9d81
1 changed files with 11 additions and 1 deletions

View File

@ -73,7 +73,7 @@
ipv6 table ospf6;
ipv4 table ospf4;
protocol direct {
protocol direct direct_lo {
interface "lo";
ipv6 {
table ospf6;
@ -83,6 +83,16 @@
};
}
protocol direct direct_ens19 {
interface "ens19";
ipv6 {
table ospf6;
};
ipv4 {
table ospf4;
};
}
protocol kernel kernel_6 {
ipv6 {
table ospf6;