e282a281d2a0d853d40fd964cb8244e786fb48c9
howto/Bird.md
... | ... | @@ -135,7 +135,8 @@ include "/etc/bird/peers4/*"; |
135 | 135 | |
136 | 136 | ``` |
137 | 137 | #/etc/bird/local4.conf |
138 | -router id 172.23.75.1; |
|
138 | +# should be a unique identifier, <GATEWAY_IP> is what most people use. |
|
139 | +router id <GATEWAY_IP>; |
|
139 | 140 | |
140 | 141 | define OWNAS = <AS>; |
141 | 142 | define OWNIP = <GATEWAY_IP>; |