diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-03-25 17:50:21 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2019-05-07 15:49:39 +0200 | 
| commit | 1f4b73e54cd3961750a8747ad11afbd237df33b0 (patch) | |
| tree | e9de2712d7c82297db57e11b85df8cd3ccf03bb7 /bfdd/subdir.am | |
| parent | 91f854f62a204c6440b5e13f8e959450869f494b (diff) | |
bfdd: use vrf api for creation socket with binding with vrf lite
in the case vrf-lite is used, it is possible to call SO_BINDTODVICE, by
using vrf_socket() call.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bfdd/subdir.am')
| -rw-r--r-- | bfdd/subdir.am | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/bfdd/subdir.am b/bfdd/subdir.am index 334e974b04..e88b982ec3 100644 --- a/bfdd/subdir.am +++ b/bfdd/subdir.am @@ -14,11 +14,9 @@ bfdd_libbfd_a_SOURCES = \  	bfdd/bfd.c \  	bfdd/bfdd_vty.c \  	bfdd/bfd_packet.c \ -	bfdd/bsd.c \  	bfdd/config.c \  	bfdd/control.c \  	bfdd/event.c \ -	bfdd/linux.c \  	bfdd/log.c \  	bfdd/ptm_adapter.c \  	# end  | 
