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/bfdctl.h | |
| 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/bfdctl.h')
| -rw-r--r-- | bfdd/bfdctl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfdd/bfdctl.h b/bfdd/bfdctl.h index 940efd1614..0da1ca8df6 100644 --- a/bfdd/bfdctl.h +++ b/bfdd/bfdctl.h @@ -66,9 +66,6 @@ struct bfd_peer_cfg { bool bpc_has_label; char bpc_label[MAXNAMELEN]; - bool bpc_has_vxlan; - unsigned int bpc_vxlan; - bool bpc_has_localif; char bpc_localif[MAXNAMELEN + 1]; |
