mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-13 01:49:24 +00:00

Allow extending bridge forwarding table to handle VXLAN as well. Change format of output to be close to 'ip neighbour'
15 lines
409 B
C
15 lines
409 B
C
extern int print_linkinfo(const struct sockaddr_nl *who,
|
|
struct nlmsghdr *n,
|
|
void *arg);
|
|
extern int print_fdb(const struct sockaddr_nl *who,
|
|
struct nlmsghdr *n, void *arg);
|
|
|
|
extern int do_fdb(int argc, char **argv);
|
|
extern int do_monitor(int argc, char **argv);
|
|
|
|
extern int preferred_family;
|
|
extern int show_stats;
|
|
extern int show_detail;
|
|
extern int timestamp;
|
|
extern struct rtnl_handle rth;
|