458b12b4af
Multi-asic Docker instances are created behind Docker's default bridge which doesn't allow talking to other Docker instances that are in the host network (like database-chassis). On linecards, we configure midplane interfaces to let per-asic docker containers talk to CHASSIS_DB on the supervisor through internal chassis network. On the supervisor we don't need to use chassis internal network, but we still need a similar setup in order to allow fabric containers to talk to database-chassis
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
start_chassis_db=1
|
|
chassis_db_address=127.100.1.1
|
|
midplane_subnet=127.100.0.0/16
|
|
|
|
lag_id_start=1
|
|
lag_id_end=128
|