diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-03-25 17:57:36 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2019-05-07 15:49:39 +0200 | 
| commit | 9fc0bc5cfcb8c59860805934347ec6fd549eb492 (patch) | |
| tree | c55c8c16f67e7894bf13b44f594dc1405e7527a4 /bfdd/bfd.h | |
| parent | 1f4b73e54cd3961750a8747ad11afbd237df33b0 (diff) | |
bfdd: add vrf framework
vrf initialisation is done. hooks are installed. no specific action is
done, except the vrf initialisation.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bfdd/bfd.h')
| -rw-r--r-- | bfdd/bfd.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bfdd/bfd.h b/bfdd/bfd.h index 36eea2433d..f6a5b69396 100644 --- a/bfdd/bfd.h +++ b/bfdd/bfd.h @@ -541,6 +541,7 @@ void bs_to_bpc(struct bfd_session *bs, struct bfd_peer_cfg *bpc);  /* BFD hash data structures interface */  void bfd_initialize(void);  void bfd_shutdown(void); +void bfd_vrf_init(void);  struct bfd_session *bfd_id_lookup(uint32_t id);  struct bfd_session *bfd_key_lookup(struct bfd_key key);  | 
