diff options
Diffstat (limited to 'nhrp/nhrp_peer.h')
-rw-r--r-- | nhrp/nhrp_peer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nhrp/nhrp_peer.h b/nhrp/nhrp_peer.h index dea8d66..1df5fa9 100644 --- a/nhrp/nhrp_peer.h +++ b/nhrp/nhrp_peer.h @@ -136,6 +136,8 @@ struct nhrp_peer_selector { int prefix_length; struct nhrp_address protocol_address; struct nhrp_address next_hop_address; + + struct nhrp_address local_nbma_address; }; const char * const nhrp_peer_type[NHRP_PEER_TYPE_MAX]; |