diff options
Diffstat (limited to 'bgpd/bgp_peer.h')
-rw-r--r-- | bgpd/bgp_peer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_peer.h b/bgpd/bgp_peer.h index de0be84f..b05d7e06 100644 --- a/bgpd/bgp_peer.h +++ b/bgpd/bgp_peer.h @@ -316,9 +316,6 @@ struct peer /* Announcement attribute hash. */ struct hash *hash[AFI_MAX][SAFI_MAX]; - /* Notify data. */ - bgp_notify notify; - /* Filter structure. */ struct bgp_filter filter[AFI_MAX][SAFI_MAX]; |