diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-25 04:03:38 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-07 01:40:26 +0100 |
commit | 38de8d0229d342f84ce550dc05be6b220b388a5d (patch) | |
tree | 5a3434788e431c28196264159e730a7b49d2d866 /bgpd/bgpd.h | |
parent | lib: add zlog_sanitize function (diff) | |
download | frr-38de8d0229d342f84ce550dc05be6b220b388a5d.tar.xz frr-38de8d0229d342f84ce550dc05be6b220b388a5d.zip |
bgpd: RX shutdown message in "show bgp neighbor"
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index f0f2ed87b..87d8288cf 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -399,6 +399,7 @@ struct bgp_notify u_char subcode; char *data; bgp_size_t length; + u_char *raw_data; }; /* Next hop self address. */ |