VMware NSX
In upgrades to VMware NSX 4.2.1.x (less than 4.2.1.3), the frr service is missing from log rotate.
This issue does not occur with fresh greenfield deployment of NSX 4.2.1.x (less than 4.2.1.3).
This issue is resolved in VMware NSX 4.2.1.3, available at Broadcom downloads.
If you are having difficulty finding and downloading software, please review the Download Broadcom products and software KB.
Workaround:
Copy and paste the content of frr.txt file (attached to this KB) into the /etc/logrotate.d directory as a new file called frr, using vi or vim editor. The next time log rotate runs, it will read this file and rotate the /var/log/frr/frr.log file(s), log rotate runs every hour.
The file permission should look like:
-rw-r--r-- 1 root root 973 Oct 25 2018 frr
If utilization of /var/log/frr is 100%, the log rotation script will not work, you need need to truncate the file /var/log/frr/frr.log
If the file is needed for historical reasons, use Winscp/SCP and copy the file of the appliance and truncate the file by running '> frr.log'