... | ... | @@ -27,6 +27,7 @@ table xyz; |
|
|
|
|
|
protocol ospf {
|
|
|
table xyz;
|
|
|
import all;
|
|
|
export where source = RTS_STATIC;
|
|
|
interface "eth*" { ... };
|
|
|
}
|
... | ... | @@ -39,6 +40,7 @@ ipv4 table xyz; |
|
|
protocol ospf {
|
|
|
ipv4 {
|
|
|
table xyz;
|
|
|
import all;
|
|
|
export where source = RTS_STATIC;
|
|
|
};
|
|
|
interface "eth*" { ... };
|
... | ... | |