* [docker-fpm-frr]: Generate separated staticd.conf for staticd Generate staticd.conf by templates/staticd.conf.j2 with config DB data * [docker-fpm-frr]: Remove default_route block from zebra.conf.j2 default_route block already moved to staticd.conf.j2 * [docker-fpm-frr]: Add test for staticd.conf.j2 template * Add test for staticd.conf.j2 template * Correct the sample output of zebra.conf.j2 template * Fix a typo in test_zebra_frr * [docker-fpm-frr]: Fix test_j2files test errors * Fix test errors in test_j2files.py and test_j2files_t2_chassis_fe.py * Fix typo in test_j2files_t2_chassis_fe.py
18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
!
|
|
! =========== Managed by sonic-cfggen DO NOT edit manually! ====================
|
|
! generated by templates/frr/staticd.conf.j2 using config DB data
|
|
! file: staticd.conf
|
|
!
|
|
!
|
|
hostname switch-t0
|
|
password zebra
|
|
enable password zebra
|
|
!
|
|
! set static default route to mgmt gateway as a backup to learned default
|
|
ip route 0.0.0.0/0 10.0.0.1 200
|
|
!
|
|
log syslog informational
|
|
log facility local4
|
|
!
|
|
|