From a191719ee22e2e24a96ac646576c2be2219bce8f Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Wed, 15 May 2019 21:31:31 +0000 Subject: [PATCH] doc/developer: topotest now compile should now enable sharpd, alos care most about master Signed-off-by: Lou Berger --- doc/developer/topotests.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 605b9c9a0..49f098afa 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -180,13 +180,12 @@ If found, then this is added with context (calling test) to Compiling for GCC AddressSanitizer requires to use ``gcc`` as a linker as well (instead of ``ld``). Here is a suggest way to compile frr with AddressSanitizer -for ``stable/3.0`` branch: +for ``master`` branch: .. code:: shell git clone https://github.com/FRRouting/frr.git cd frr - git checkout stable/3.0 ./bootstrap.sh export CC=gcc export CFLAGS="-O1 -g -fsanitize=address -fno-omit-frame-pointer" @@ -199,7 +198,8 @@ for ``stable/3.0`` branch: --enable-exampledir=/usr/lib/frr/examples \ --with-moduledir=/usr/lib/frr/modules \ --enable-multipath=0 --enable-rtadv \ - --enable-tcp-zebra --enable-fpm --enable-pimd + --enable-tcp-zebra --enable-fpm --enable-pimd \ + --enable-sharpd make sudo make install # Create symlink for vtysh, so topotest finds it in /usr/lib/frr -- 2.39.5