Added NBMA into examples.
This commit is contained in:
parent
b131e163c2
commit
7d68e18b41
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue