mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Added NBMA into examples.
This commit is contained in:
parent
b131e163c2
commit
7d68e18b41
@ -118,6 +118,13 @@ protocol static {
|
|||||||
# wait 50;
|
# wait 50;
|
||||||
# type broadcast;
|
# type broadcast;
|
||||||
# };
|
# };
|
||||||
|
# interface "arc0" {
|
||||||
|
# type nonbroadcast;
|
||||||
|
# neighbors {
|
||||||
|
# 10.1.1.2;
|
||||||
|
# 10.1.1.4;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
# };
|
# };
|
||||||
# area 20 {
|
# area 20 {
|
||||||
# stub 1;
|
# stub 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user