- 09 Mar, 2016 1 commit
-
-
Roger Pueyo Centelles authored
-
- 17 Oct, 2015 1 commit
-
-
Roger Pueyo Centelles authored
[qmp-system] [QinQ] Use 802.1ad VLANs on wired interfaces to enable compatibility with switched Ethernet ports already using 802.1q This breaks backwards compatibility with devices using previous qMp versions connected via cable.
-
- 04 Aug, 2015 2 commits
-
-
Roger Pueyo Centelles authored
created on and use the $viface identifier instead of the interface name itself.
-
Roger Pueyo Centelles authored
This commit fixes issue #377, regarding the ways VLANs are specified in /etc/config/network. The previous method (with @wlan0-like stuff) was never meant to work, although it just happened to work. Recent OpenWrt changes have deprecated that *unsupported* way to declare VLANs. Backporting the work in branch QinQ and adding a couple of changes (e.g. linklayer details for BMX6) fixes the problem.
-
- 20 Jul, 2015 1 commit
-
-
Roger Pueyo Centelles authored
-
- 27 Nov, 2014 3 commits
-
-
Roger Pueyo Centelles authored
-
Roger Pueyo Centelles authored
Add "Client (WAN)" mode" to wireless mode. Modify qmp_wireless.sh to add changes on wireless interfaces to qmp config file
-
Roger Pueyo Centelles authored
-
- 02 Oct, 2014 2 commits
-
-
Roger Pueyo Centelles authored
Use rescue virtual interface for VLAN tagging in WAN+MESH mode to have the interface despite not having DHCP lease
-
Roger Pueyo Centelles authored
Use rescue virtual interface for VLAN tagging in WAN+MESH mode to have the interface despite not having DHCP lease
-
- 15 Jul, 2014 1 commit
-
-
Pau Escrich authored
Move wireless functions of qmp_autoconf into qmp_functions.sh (firstboot hooks must be executed before configuring wifi)
-
- 04 Jul, 2014 1 commit
-
-
Pau Escrich authored
Remove all license references for individual files and add a single file COPYING and AUTHORS
-
- 21 Apr, 2014 2 commits
-
-
Simó Albert i Beltran authored
sed -i -e "s/\s*$//g" packages/qmp-system/files/etc/qmp/*.sh
-
Simó Albert i Beltran authored
-
- 13 Mar, 2014 1 commit
-
-
Pau Escrich authored
Make it compatible with OpenWRT BB
-
- 19 Feb, 2014 1 commit
-
-
Pau Escrich authored
-
- 26 Sep, 2013 1 commit
-
-
p4u authored
The VPN, Captive Portal, Maps, etc. Can be controled from the web interface (configuration/services). Adds a new section in the qMp config file to specify which services should run and which ones not.
-
- 16 Sep, 2013 1 commit
-
-
p4u authored
Move some networking functions from qmp_functions.sh to qmp_network.sh Change VLAN options approach: vid_offset is removed and protocol_vids specify the full VLAN tag (bmx6:2 -> bmx6:12). In case VLAN is not specified, tagging is not used. Adapt the default configuration file to the new syntax Add uci-default scripts to adapt the qmp config file to this new approach Minor changes in the code
-
- 10 Sep, 2013 1 commit
-
-
p4u authored
-
- 27 Aug, 2013 1 commit
-
-
p4u authored
Add function to create/remove TCP clamp MSS rule. It is executed when a network device is configured as WAN.
-
- 26 Aug, 2013 2 commits
-
-
p4u authored
ULA/LAN autogenerated address now uses the crc16 hash Fix issue with gateways offer (translation was not done properly)
-
p4u authored
before: last 8bit from MAC address now: crc16 from entire MAC address In case community mode (qmp.node.roaming=0) if the LAN address does not exist qMp autoconfiguration system generates an IP from this crc16 hash. It reduces the IP colision and hostname probability.
-
- 24 Aug, 2013 1 commit
-
-
p4u authored
- Some small changes in the networking functions (node/community id) - Change non_overlapping name section for roaming
-
- 23 Aug, 2013 1 commit
-
-
p4u authored
-
- 04 Aug, 2013 1 commit
-
-
Axel Neumann authored
This reverts commit d1b99c38.
-
- 31 Jul, 2013 1 commit
-
-
p4u authored
- they are defined in /etc/config/gateways - they are not typed section anymore but named ones - the section name is the gw name plus qmp_ - fix some bugs found (unconfigure_bmx6_tunnels did not work) - add a uci-defaults script to remove old gateways TODO: a uci-defaults script which translate the old gateways into the new format
-
- 24 Jul, 2013 1 commit
-
-
Simó Albert i Beltran authored
-
- 23 Jul, 2013 1 commit
-
-
Simó Albert i Beltran authored
-
- 15 Jul, 2013 1 commit
-
-
p4u authored
Cosmetic changes Moved some functions from qmp_funcions.sh to qmp_network.sh
-
- 14 Jul, 2013 1 commit
-
-
p4u authored
Smart network configuration ensures it takes into account eth0, in some devices (such as pico2) /sys/.../eth0/device file does not exist.
-
- 01 Jul, 2013 1 commit
-
-
p4u authored
1. If force=yes, then force even ignore_devices (make it blank) 2. If not force, don't touch the existing already configured devices This fix a bug with tl-wdr4300 (hooks and smart configuration were incompatibles)
-
- 18 Jun, 2013 1 commit
-
-
p4u authored
Changed stage to "firstboot" and add checks for knowing if the switch is already configured Small changes in hooks system
-
- 17 Jun, 2013 1 commit
-
-
p4u authored
-
- 16 Jun, 2013 1 commit
-
-
Axel Neumann authored
-
- 07 Jun, 2013 1 commit
-
-
p4u authored
-
- 01 Jun, 2013 1 commit
-
-
Simó Albert i Beltran authored
-
- 30 May, 2013 2 commits
- 28 May, 2013 1 commit
-
-
p4u authored
Adapt interface names to be compatible with switch vlans Add hooks system to execute script depending on the hardware Add hook for configurate WDR4300 and WDR3600 switch
-
- 26 May, 2013 1 commit
-
-
p4u authored
configure_smart_network checks if the device is already configured or not. It accepts a new parameter to force
-