diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-08-28 16:20:52 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-09-03 10:41:33 -0300 |
| commit | 8a9f760ed9d490ebadb51be5783c6149881b066f (patch) | |
| tree | 70f9dd75f9504e51dcdd1c1860f30576a5b1570d /bfdd/bsd.c | |
| parent | 6e01e275dd1943f4bca341fe94efe7c6b49317a5 (diff) | |
bfdd: remove VxLAN code
Remove all VxLAN code. There are probably better ways to write VxLAN
support without having to use raw sockets and depend on extra user
configuration input.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'bfdd/bsd.c')
| -rw-r--r-- | bfdd/bsd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bfdd/bsd.c b/bfdd/bsd.c index 34a3a1a801..632353c707 100644 --- a/bfdd/bsd.c +++ b/bfdd/bsd.c @@ -250,12 +250,6 @@ ssize_t bsd_echo_sock_read(int sd, uint8_t *buf, ssize_t *buflen, return 0; } -int ptm_bfd_vxlan_sock_init(void) -{ - /* TODO: not supported yet. */ - return -1; -} - int bp_bind_dev(int sd, const char *dev) { /* |
