]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Add a function to delete all interfaces
authorTom Goff <thomas.goff@boeing.com>
Wed, 10 Nov 2010 21:00:54 +0000 (13:00 -0800)
committerPaul Jakma <paul@quagga.net>
Mon, 21 Mar 2011 13:30:54 +0000 (13:30 +0000)
commit4bd045d5dd28653af899c01d6f0c413d74677114
treef1e633f50e4dc19b4b0cda9dc6e6feb46e3bab46
parentc8e7b8959051bf525183bdbff605e54b4b532e2c
lib: Add a function to delete all interfaces

if.c: (if_terminate) This adds a cleanup function that can be called
    when a daemon exits, similar to vty_terminate().
lib/if.c
lib/if.h