| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34752
|
|
|
|
|
|
| |
proto handlers
SVN-Revision: 34741
|
|
|
|
|
|
| |
shell function
SVN-Revision: 34734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using variables from the outer scope unnecessarily complicates the code and
leads to issues.
This patch fixes the bug when having an "adhoc" wifi-iface section before a
"sta" section prevents wpa_supplicant from using the key specified in the
corresponding section as it tries to use the "adhoc" key instead (1 by
default).
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34716
|
|
|
|
| |
SVN-Revision: 34715
|
|
|
|
|
|
|
|
|
| |
This was done previously when dhcp was handled by the network scripts.
So netifd should behave the same.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34704
|
|
|
|
| |
SVN-Revision: 34694
|
|
|
|
| |
SVN-Revision: 34684
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34679
|
|
|
|
|
|
| |
after ifdown
SVN-Revision: 34664
|
|
|
|
|
|
| |
there are other public prefixes * Fixes issues with clients using incorrect source addresses
SVN-Revision: 34630
|
|
|
|
| |
SVN-Revision: 34629
|
|
|
|
| |
SVN-Revision: 34628
|
|
|
|
| |
SVN-Revision: 34609
|
|
|
|
| |
SVN-Revision: 34608
|
|
|
|
| |
SVN-Revision: 34593
|
|
|
|
|
|
| |
preliminary support for NAT (Linux >= 3.7, ip6tables >= 1.4.17) * Minor fixes for prefix fallback
SVN-Revision: 34586
|
|
|
|
| |
SVN-Revision: 34585
|
|
|
|
| |
SVN-Revision: 34584
|
|
|
|
| |
SVN-Revision: 34569
|
|
|
|
| |
SVN-Revision: 34567
|
|
|
|
|
|
| |
Fix announcement of DNS-Servers received from DHCPv6 * Fix some corner-cases in relaying behaviour
SVN-Revision: 34542
|
|
|
|
| |
SVN-Revision: 34541
|
|
|
|
| |
SVN-Revision: 34540
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since the switch to netifd, proto handlers may always set the defaultroute
and provide dns server addresses, netifd will decide in the generic code
path whether the announced values are masked or not.
Additionally protocol handlers should not modify the routing tables themselves
and prevent any launched services from doing so.
Remove the additional defaultroute and peerdns option handling from the ppp.sh
protocol handler and rely on netifd to mask or not mask the values.
SVN-Revision: 34536
|
|
|
|
|
|
| |
setting changes
SVN-Revision: 34500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream has a few code cleanups, more eagerly burns sensitive memory and
includes the fix for CVE-2012-0920. Full changelog:
https://matt.ucc.asn.au/dropbear/CHANGES
Local changes:
- Removed PKG_MULTI which is no longer in options.h (even before 2011.54)
- Merged DO_HOST_LOOKUP into 120-openwrt_options.patch
- Removed LD from make opts (now included in TARGET_CONFIGURE_OPTS)
- Removed 400-CVE-2012-0920.patch which is included in 2012.55
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34496
|
|
|
|
|
|
|
|
| |
- use comment match to keep track of per-network rules
- setup reflection for any interface which is part of a masqueraded zone, not just "wan"
- delete per-network reflection rules if network is brought down
SVN-Revision: 34472
|
|
|
|
|
|
|
|
|
|
|
| |
Previously only the first macfilter configuration would have been used
on all interfaces. However, the configuration was always done per vif
already. Hence, move the macfilter setup into hostapd.sh where and
create one mac list file per vif.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34470
|
|
|
|
|
|
| |
Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org>
SVN-Revision: 34468
|
|
|
|
|
|
| |
mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling
SVN-Revision: 34466
|
|
|
|
| |
SVN-Revision: 34465
|
|
|
|
| |
SVN-Revision: 34462
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In particular, it wants to run before the ntpclient script. Which may
block for a long time attempting to do DNS lookups for NTP servers. In
my case, that would have *worked* if the new device had been added to
teql first, rather than timing out.
This was effectively causing a huge delay between an interface coming
up, and routing actually starting to work.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34442
|
|
|
|
| |
SVN-Revision: 34423
|
|
|
|
| |
SVN-Revision: 34422
|
|
|
|
| |
SVN-Revision: 34421
|
|
|
|
| |
SVN-Revision: 34420
|
|
|
|
| |
SVN-Revision: 34419
|
|
|
|
| |
SVN-Revision: 34418
|
|
|
|
|
|
|
|
| |
Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34326
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34313
|
|
|
|
|
|
|
|
| |
AF_INET* is provided by sys/socket.h
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34310
|
|
|
|
|
|
|
|
| |
Some libcs need this header to be explicitely included (e.g: musl)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34295
|
|
|
|
| |
SVN-Revision: 34222
|
|
|
|
|
|
| |
Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant
SVN-Revision: 34204
|
|
|
|
|
|
| |
<george@znau.edu.ua> - refresh patches
SVN-Revision: 34171
|
|
|
|
| |
SVN-Revision: 34116
|
|
|
|
|
|
| |
clientid uci option is given (#12426)
SVN-Revision: 34089
|
|
|
|
|
|
| |
compile issues with linux 3.6
SVN-Revision: 34070
|