[Olsr-dev] OLSRd V2 - [PATCH] [openwrt] add uci-fication and hotplug-script

Bastian Bittorf (spam-protected)
Thu May 22 13:15:23 CEST 2014


* Henning Rogge <(spam-protected)> [22.05.2014 13:08]:
> First, olsrd2 can reload its configuration during runtime, just send a
> SIGHUB to it and it should reload the configuration (it also keeps the

this is nice and easy to implement, but it does not work here, e.g.:

remove an interface-section from config, e.g. [interface=wlan0] and do
kill -SIGHUP $(pidof olsrd2)

after some 60sec i still see with
echo "/nhdp iflink" | nc 127.0.0.1 2007

the wifi-interface:
(spam-protected):~ echo "/nhdp iflink" | nc 127.0.0.1 2007
Interface 'eth0.1': hello_interval=2 hello_vtime=20
        Address: 10.63.21.97
        Address: fe80::76ea:3aff:fee4:4a96
        Link: status=symmetric localif=eth0.1 vtime=40.175 heard=20.175
symmetric=20.075 dualstack
                Originator: 10.63.22.97
                Metric 'ff_dat_metric' (0): in=1020  bit/s (2105088),
out=1020  bit/s (2105088)
                Link addresses: 10.63.22.89
                Mac addresses: f4:ec:38:fd:74:b4
                Other addresses: 10.63.22.65
                Other addresses: 10.63.22.97
                2-Hop addresses: 10.63.20.65
                2-Hop addresses: 10.63.20.89
                2-Hop addresses: 10.63.20.97
                2-Hop addresses: 10.63.82.65
         IPv6 status=symmetric localif=eth0.1 vtime=40.175 heard=20.175
symmetric=20.075 dualstack
                Originator: fd24:31bb:f31c::1
                Metric 'ff_dat_metric' (0): in=1020  bit/s (2105088),
out=1020  bit/s (2105088)
                Link addresses: fe80::f6ec:38ff:fefd:74b4
                Mac addresses: f4:ec:38:fd:74:b4
                2-Hop addresses: fe80::b248:7aff:fea5:962e
                2-Hop addresses: fe80::f6ec:38ff:fe9d:7a1e
        Link: status=symmetric localif=eth0.1 vtime=38.675 heard=18.675
symmetric=18.575
                Metric 'ff_dat_metric' (0): in=48.761 Mbit/s (42),
out=24.094 Mbit/s (85)
                Link addresses: fe80::b248:7aff:fea5:962e
                Mac addresses: b0:48:7a:a5:96:2e
                2-Hop addresses: fe80::f6ec:38ff:fefd:74b4
        Link: status=symmetric localif=eth0.1 vtime=38.675 heard=18.675
symmetric=18.575
                Originator: 10.63.20.97
                Metric 'ff_dat_metric' (0): in=48.761 Mbit/s (42),
out=24.094 Mbit/s (85)
                Link addresses: 10.63.20.89
                Mac addresses: b0:48:7a:a5:96:2e
                Other addresses: 10.63.20.65
                Other addresses: 10.63.20.97
                2-Hop addresses: 10.63.22.65
                2-Hop addresses: 10.63.22.89
                2-Hop addresses: 10.63.22.97
Interface 'eth0.2': hello_interval=2 hello_vtime=20
        Address: 169.254.206.140
        Address: fe80::76ea:3aff:fee4:4a96
Interface 'lo': hello_interval=2 hello_vtime=20
Interface 'wlan0': hello_interval=2 hello_vtime=20
        Address: 10.63.21.65
        Address: fe80::76ea:3aff:fee4:4a96
        Link: status=symmetric localif=wlan0 vtime=36.575 heard=16.575
symmetric=16.475
                Originator: 10.63.20.97
                Metric 'ff_dat_metric' (0): in=48.761 Mbit/s (42),
out=12.047 Mbit/s (170)
                Link addresses: 10.63.20.65
                Mac addresses: b0:48:7a:a5:96:2e
                Other addresses: 10.63.20.89
                Other addresses: 10.63.20.97
                2-Hop addresses: 10.63.22.65
                2-Hop addresses: 10.63.22.89
                2-Hop addresses: 10.63.22.97
        Link: status=symmetric localif=wlan0 vtime=38.675 heard=18.675
symmetric=18.575
                Metric 'ff_dat_metric' (0): in=48.761 Mbit/s (42),
out=24.094 Mbit/s (85)
                Link addresses: fe80::b248:7aff:fea5:962e
                Mac addresses: b0:48:7a:a5:96:2e
                2-Hop addresses: fe80::f6ec:38ff:fefd:74b4

bye, bastian




More information about the Olsr-dev mailing list