summaryrefslogtreecommitdiff
path: root/python/clidef.py
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-07-21 15:09:58 -0300
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-09 12:06:06 +0200
commit04427fcb48cbe2c9c312c8a8e0270c2bf6265ad1 (patch)
treeb7d5e376184b533806020726061a5adb35345c3a /python/clidef.py
parent11f3bfdd71f9ccef52ddb6bc349b0554fd18c7ff (diff)
zebra: fetch interface speed on *BSD
Fixes #407 for FreeBSD and NetBSD. OpenBSD uses ioctl to fetch interface information on startup and the SIOCGIFMEDIA command is just too cumbersome to use. The best way to fix the problem for OpenBSD is probably to stop treating it differently from the other BSDs for no apparent reason. There should be nothing preventing us to make OpenBSD use the routing socket to fetch interface information on startup (we already do it to detect runtime changes). This is something that should be done in a separate commit after a careful analysis. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'python/clidef.py')
0 files changed, 0 insertions, 0 deletions