]> git.ipfire.org Git - thirdparty/bird.git/commit - sysdep/linux/krt-sys.h
KRT: Add support for plenty of kernel route metrics
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 12 May 2015 14:42:22 +0000 (16:42 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 12 May 2015 14:42:22 +0000 (16:42 +0200)
commit9fdf9d29b6b570205c36934aab7e50539e042102
treef70ca684fe4ef875c9634a57896353b88c46df38
parent315f23a0470112ced04badbb117bc7854ee53e06
KRT: Add support for plenty of kernel route metrics

Linux kernel route metrics (RTA_METRICS netlink route attribute) are
represented and accessible as new route attributes:

krt_mtu, krt_window, krt_rtt, krt_rttvar, krt_sstresh, krt_cwnd, krt_advmss,
krt_reordering, krt_hoplimit, krt_initcwnd, krt_rto_min, krt_initrwnd,
krt_quickack, krt_lock_mtu, krt_lock_window, krt_lock_rtt, krt_lock_rttvar,
krt_lock_sstresh, krt_lock_cwnd, krt_lock_advmss, krt_lock_reordering,
krt_lock_hoplimit, krt_lock_rto_min, krt_feature_ecn, krt_feature_allfrag
doc/bird.sgml
nest/route.h
nest/rt-attr.c
sysdep/bsd/krt-sys.h
sysdep/linux/krt-sys.h
sysdep/linux/netlink.Y
sysdep/linux/netlink.c
sysdep/unix/krt.c
sysdep/unix/krt.h