| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
| |
unsupported in newer kernels
SVN-Revision: 34069
|
|
|
|
| |
SVN-Revision: 34027
|
|
|
|
| |
SVN-Revision: 34010
|
|
|
|
| |
SVN-Revision: 34009
|
|
|
|
|
|
|
|
|
|
| |
6relayd is an IPv6-tool that relays IPv6-management protocols like router
discovery, neighbor discovery and DHCPv6 so that clients on routed
(non-bridged) interfaces can use the public address prefix, DHCPv6 and
DNS-service of a master interface. This is useful to avoid NAT in chained
IPv6-routers.
SVN-Revision: 34008
|
|
|
|
|
|
|
|
| |
for an interface that is already up
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34006
|
|
|
|
|
|
| |
libnl-tiny assertions when using nl80211_probe() on not supported devices
SVN-Revision: 34003
|
|
|
|
|
|
| |
vaps of the same wifi device)
SVN-Revision: 33919
|
|
|
|
| |
SVN-Revision: 33901
|
|
|
|
|
|
|
|
|
| |
introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
|
|
|
|
| |
SVN-Revision: 33860
|
|
|
|
|
|
| |
issues when assigning a device to a different bridge
SVN-Revision: 33858
|
|
|
|
| |
SVN-Revision: 33832
|
|
|
|
| |
SVN-Revision: 33830
|
|
|
|
| |
SVN-Revision: 33829
|
|
|
|
|
|
|
|
| |
Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com)
Fixes the DHCP request broadcasts replies option parsing
SVN-Revision: 33826
|
|
|
|
| |
SVN-Revision: 33815
|
|
|
|
|
|
|
|
|
|
| |
Most significantly, includes IPv6 support. This version forces
libncurses, by patching the configure script, instead of allowing
libncursesw, saving (~65k) image space.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 33782
|
|
|
|
|
|
| |
files - fixes build with only the TLS module selected
SVN-Revision: 33778
|