Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-13 | IPv6: remove PREFIXLEN option and turn ADDR6 into an array | Rémy Oudompheng | 1 | -5/+6 | |
This allows configuring multiple IPv6 addresses on the same interface. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-13 | bridge: add FWD_DELAY and MAX_AGE options (FS#16625) | Rémy Oudompheng | 1 | -0/+7 | |
Bridge support is quite rudimentary and should support common options. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | 802&x: fix a syntax error | Rémy Oudompheng | 1 | -0/+1 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | wireless: add proper option to wpa_cli to find files in /run | Rémy Oudompheng | 2 | -5/+5 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | More replacing /var/run by /run | Rémy Oudompheng | 1 | -4/+4 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Move more PID files to /run | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Move wpa_supplicant PID file to /run | Rémy Oudompheng | 2 | -7/+7 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Change STATE_DIR from /var/run to /run | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-11 | IPv6: add DHCPv6 support. | Olivier Mehani | 1 | -1/+21 | |
This needs dhclient to work properly. Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: add support for stateless autoconfiguration | Olivier Mehani | 1 | -1/+5 | |
Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: support for IPv6 static routes | Olivier Mehani | 1 | -0/+10 | |
Use variable ROUTES6 in the same way as ROUTES to support static IPv6 routes. Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | IPv6: add support for static configuration. | Olivier Mehani | 1 | -0/+30 | |
Enabled by "IP6=static": it uss parameters ADDR6, GATEWAY6, IP6CFG similar to their IPv4 counterparts, as well as an additional PREFIXLEN parameter. Signed-off-by: Olivier Mehani <shtrom-arch@ssji.net> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | No longer use the hostname command | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-06 | Add support for ad-hoc Wi-Fi (FS#19683) | hamelg | 1 | -0/+2 | |
2011-06-05 | Correct permissions on connections/vlan | Rémy Oudompheng | 1 | -0/+0 | |
2011-06-05 | Refactor wpa_supplicant config generation | Rémy Oudompheng | 1 | -24/+23 | |
2011-06-05 | Add support for specificying explicit BSSID (FS#24582) | Andre Herbst | 1 | -0/+12 | |
2011-06-05 | Update NEWS and version numbers | Rémy Oudompheng | 1 | -1/+1 | |
2011-06-05 | Add support for creating tun/tap interfaces (without configuration) | Rémy Oudompheng | 1 | -0/+34 | |
2011-05-29 | Add support for static routes | Olivier Mehani | 1 | -0/+8 | |
Add netcfg configuration option "ROUTES" to setup static routes. This is done regardless of whether the IP address is configured using a DHCP or statically. ROUTES is an array cantaining entries of the form "DESTINATION[/NETMASK] [via ROUTER]" which are directly used in an “ip route add” command. Signed-off-by: Olivier Mehani <shtrom-arch@ssji.net> Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-05-26 | Remove /var/run/* from package and make sure the directory is created. | Rémy Oudompheng | 1 | -0/+2 | |
2011-05-22 | netcfg version 2.5.5 | Rémy Oudompheng | 1 | -1/+1 | |
2011-03-16 | replace dhcpcd -x with dhcpcd -k (FS#23293) | Andrea Scarpino | 1 | -1/+1 | |
2011-02-05 | Add vlan support to netcfg | Thomas S Hatch | 1 | -0/+40 | |
2011-01-22 | Merge openvpn support (FS#21490) | Andrea Scarpino | 1 | -0/+57 | |
2011-01-20 | Change default wpa driver to nl80211,wext - requires wpa_supplicant 0.7 | Thomas Bächler | 2 | -2/+2 | |
2010-11-21 | Make sure $STATE_DIR and expected subdirs are created | Jesse Young | 1 | -5/+12 | |
Signed-off-by: Jesse Young <jesse.young@gmail.com> | |||||
2010-11-21 | FS#21755 - Add option to skip no-carrier test, SKIPNOCARRIER=yes/no | James Rayner | 1 | -1/+1 | |
2010-11-21 | FS#17546 - Don't prevent unmounting if netcfg run in transiently mounted ↵ | James Rayner | 1 | -0/+3 | |
directory & children retain cwd | |||||
2010-11-21 | FS#20150 - 802.11x: correct state check, handle disconnect | James Rayner | 2 | -3/+17 | |
2010-11-21 | FS#20569 - cleaner handling of ppp disconnection | James Rayner | 1 | -1/+7 | |
2010-07-13 | wireless: HIDDEN option: use checkyesno function instead of custom check | Thomas Bächler | 1 | -3/+1 | |
2010-07-13 | wireless: Add support for hidden ssid | Thomas Bächler | 1 | -0/+7 | |
2010-02-21 | netcfg v2.5.4 | James Rayner | 1 | -1/+1 | |
2010-02-21 | Add simple bridging support | Thomas Bächler | 1 | -0/+51 | |
2010-02-21 | Add adjustable netmask to IP='static' | James Rayner | 1 | -2/+3 | |
2010-02-21 | netcfg v2.5.3 | James Rayner | 1 | -1/+1 | |
2010-02-21 | Fix FS#18391, FS#18385, broken rfkill, handle hard more appropriately | James Rayner | 2 | -23/+22 | |
2010-02-18 | netcfg v2.5.2 | James Rayner | 1 | -1/+1 | |
2010-01-31 | netcfg v2.5.1 | James Rayner | 1 | -1/+1 | |
2010-01-31 | netcfg v2.5.0 | James Rayner | 1 | -1/+1 | |
2010-01-31 | Make net-profiles take all networks down correctly, fix FS#17406 | James Rayner | 1 | -2/+2 | |
2010-01-31 | Fix FS#17406, FS#17307 | James Rayner | 3 | -26/+16 | |
2010-01-30 | Add early checks for optional dependencies | James Rayner | 1 | -0/+5 | |
2009-12-31 | netcfg v2.5.0rc2 | James Rayner | 1 | -1/+1 | |
2009-12-31 | fix error bringing interface down | James Rayner | 1 | -1/+1 | |
2009-12-03 | network: is_interface ignoring $1 | Jim Pryor | 1 | -1/+2 | |
Was the intent for is_interface to be passed the INTERFACE as a parameter (that's how it's called in most or all places)? Or to read INTERFACE from the current environment? That's how it's implemented. Also made INTERFACE in bring_interface a local variable. I don't think this should break anything, but I'm only 95% confident. | |||||
2009-12-03 | connections/ethernet: report_{debug,iproute} fixes | Jim Pryor | 1 | -2/+2 | |
* fix report_debug filename * unecessary return after report_iproute * add another report_debug Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | connections/wireless: is_interface needed quotes, and wasn't exiting on failure | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-12-03 | connections/wireless: add some quotes | Jim Pryor | 1 | -5/+5 | |
Sometimes just for coding style (inside [[ ]]), othertimes a necessary precaution. Signed-off-by: Jim Pryor <profjim@jimpryor.net> |