📄 10nodes.conf
字号:
# A simple topology for verifying that the cost tables are updated correctly# when a node (C) goes down.## Src -- A -- B -- C -- D -- Dest# | |# E -- F -- G -- H -- /## The sourcenode { id 0, location { 0, 1 }, neighbors { 2 } }# The destinationnode { id 1, location { 5, 1 }, neighbors { 5, 9 } }# Node Anode { id 2, location { 1, 1 }, neighbors { 0, 3, 6 } }# Node Bnode { id 3, location { 2, 1 }, neighbors { 2, 4 } }# Node Cnode { id 4, location { 3, 1 }, neighbors { 3, 5 } }# Node D, the node that fails.node { id 5, location { 4, 1 }, neighbors { 4, 1 }, events { down 400, up 500 } }# Node Enode { id 6, location { 1, 0 }, neighbors { 2, 7 } }# Node Fnode { id 7, location { 2, 0 }, neighbors { 6, 8 } }# Node Gnode { id 8, location { 3, 0 }, neighbors { 7, 9 } }# Node Hnode { id 9, location { 4, 0 }, neighbors { 8, 1 } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -