]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Attached-bit in LSP header
authorAmritha Nambiar <amritha.nambiar@intel.com>
Mon, 24 Aug 2015 23:40:14 +0000 (16:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Mar 2016 00:26:18 +0000 (20:26 -0400)
commit7ed55a412f9c9aeb941cea7e74d3003b95593639
treed0c27b02af5015fffa774ea3a4f9efb467317e37
parentddfdbd32b42a8575fc85f237b8470d1c0b677f6b
isisd: Attached-bit in LSP header

Set/reset attached-bit in LSP header:
    This patch provides support for set/reset attached_bit in the LSP header.
    In IS-IS networks, routing inter-area traffic from L1 areas is
    accomplished by sending the traffic to the nearest L1/L2 router.
    A L1/L2 router identifies itself by setting an attach-bit (ATT-bit) in its (LSP).

    The ATT-bit in LSP can be changed using the set-attached-bit or
    no-set-attached-bit commands (similar to ‘set-overload-bit’ and
    'no set-overload-bit’) using telnet terminal in router configuration mode.

    Steps:
    enable
    configure terminal
    router isis <Routing area>
    set-attached-bit

    V2: Removed looping through area list as this well set the bit for all
        areas in the list. This implementation now looks exactly like the
        current overload bit implementation.

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
isisd/isis_lsp.c
isisd/isisd.c
isisd/isisd.h