summaryrefslogtreecommitdiffstats
path: root/lib/vrf.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-12-18 21:58:08 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-12-18 21:58:08 +0100
commit79a80af8b4dd59af84f4cc9a9a7488f0e9adb6e7 (patch)
treefe71da86a905b4a1c2c83801a5cf91cfd04b4607 /lib/vrf.c
parentvrrpd: add vrf support (diff)
downloadfrr-79a80af8b4dd59af84f4cc9a9a7488f0e9adb6e7.tar.xz
frr-79a80af8b4dd59af84f4cc9a9a7488f0e9adb6e7.zip
lib: document vrf_socket(), vrf_bind()
These two don't really do what you might expect, document them Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/vrf.c')
-rw-r--r--lib/vrf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vrf.c b/lib/vrf.c
index 2411cc311..0a01b2159 100644
--- a/lib/vrf.c
+++ b/lib/vrf.c
@@ -555,7 +555,6 @@ void vrf_terminate(void)
}
}
-/* Create a socket for the VRF. */
int vrf_socket(int domain, int type, int protocol, vrf_id_t vrf_id,
const char *interfacename)
{