]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isisd.c
isisd: use qobj for vty->index context position
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 26 Sep 2016 16:36:13 +0000 (18:36 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Oct 2016 13:09:52 +0000 (09:09 -0400)
commit8ff5a39992b1b8ef53f40b0c49970af4cee07974
tree545232cef958f25b3a5e6e181e2aeebec05179c5
parent6a098b3aa757252c803a1c8017c9eefc578321e7
isisd: use qobj for vty->index context position

This converts all uses of vty->index over to qobj.  With this, isisd now
supports concurrent configuration editing as there are no more unsafe
references held anywhere while in config-edit mode.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
isisd/isis_redist.c
isisd/isis_routemap.c
isisd/isis_vty.c
isisd/isisd.c