Import Nat Netz Mercury to OSPF
This commit is contained in:
parent
88e6f0d54e
commit
fb5cfd9d81
@ -73,7 +73,7 @@
|
|||||||
ipv6 table ospf6;
|
ipv6 table ospf6;
|
||||||
ipv4 table ospf4;
|
ipv4 table ospf4;
|
||||||
|
|
||||||
protocol direct {
|
protocol direct direct_lo {
|
||||||
interface "lo";
|
interface "lo";
|
||||||
ipv6 {
|
ipv6 {
|
||||||
table ospf6;
|
table ospf6;
|
||||||
@ -83,6 +83,16 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protocol direct direct_ens19 {
|
||||||
|
interface "ens19";
|
||||||
|
ipv6 {
|
||||||
|
table ospf6;
|
||||||
|
};
|
||||||
|
ipv4 {
|
||||||
|
table ospf4;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
protocol kernel kernel_6 {
|
protocol kernel kernel_6 {
|
||||||
ipv6 {
|
ipv6 {
|
||||||
table ospf6;
|
table ospf6;
|
||||||
|
Loading…
Reference in New Issue
Block a user