1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-23 16:17:29 +02:00
openwrt-routing/babeld
Baptiste Jonglez 539de92a4c babeld: Take interface name from "option ifname"
Previously, we were using the name of the section as the interface name,
but this has several drawbacks:

- no "-" or other special characters are allowed in a section name,
  preventing some physical interface names to be specified this way
  (e.g. "tun-topeka" would not work)
- it is harder to support default interface options (no interface name)

This change is not backward compatible, but a later commit will fix that.
2014-08-29 10:19:42 +02:00
..
files babeld: Take interface name from "option ifname" 2014-08-29 10:19:42 +02:00
Makefile babeld: Update to 1.5.1 2014-08-28 01:48:49 +02:00