0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Added NBMA into examples.

This commit is contained in:
Ondrej Filip 2000-06-06 00:21:06 +00:00
parent b131e163c2
commit 7d68e18b41

View File

@ -118,6 +118,13 @@ protocol static {
# wait 50;
# type broadcast;
# };
# interface "arc0" {
# type nonbroadcast;
# neighbors {
# 10.1.1.2;
# 10.1.1.4;
# };
# };
# };
# area 20 {
# stub 1;