]> git.puffer.fish Git - mirror/frr.git/commit
stop/start of zebra creates empty Quagga.conf file when "no service
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 13 Apr 2016 20:52:48 +0000 (20:52 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 13 Apr 2016 20:52:48 +0000 (20:52 +0000)
commit6ac014d0d7c1579a5ea8698f4060e83713f19294
treea8969c44e301faf3d2dadb6bf2bf0db91dbee042
parent9e9ca964ece098a01f594e259565ed442ae8aeda
stop/start of zebra creates empty Quagga.conf file when "no service
integrated-vtysh-config"

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-10403

We do not need to pass O_CREAT to open() when creating the flock file
vtysh/vtysh_main.c