Skip to content

Commit

Permalink
Merge pull request #17 from opentechinstitute/dnssd-fix
Browse files Browse the repository at this point in the history
dnssd should not use plug as NonOlsrIf; it should only use one iface for...
  • Loading branch information
glamrock committed Jul 10, 2013
2 parents 111c8cc + 902f78a commit dc39982
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions default-files/etc/hotplug.d/iface/20-olsrd
Original file line number Diff line number Diff line change
Expand Up @@ -324,19 +324,16 @@ case "$(commotion state "$DEVICE" type)" in
eval `ipcalc.sh "$(uci_get_state network "$INTERFACE" ipaddr)" "$(uci_get_state network "$INTERFACE" netmask)"`
$DEBUG unset_olsrd_if $INTERFACE
$DEBUG set_olsrd_hna4 $NETWORK $NETMASK $INTERFACE
$DEBUG set_olsrd_dnssd $INTERFACE
;;
0)
$DEBUG unset_olsrd_hna4 $INTERFACE
$DEBUG unset_olsrd_dnssd $INTERFACE
$DEBUG set_olsrd_if $INTERFACE
;;
esac
;;
ifdown)
$DEBUG unset_olsrd_if $INTERFACE
$DEBUG unset_olsrd_hna4 $INTERFACE
$DEBUG unset_olsrd_dnssd $INTERFACE
;;
esac

Expand Down

0 comments on commit dc39982

Please sign in to comment.