summaryrefslogtreecommitdiffstats
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13Minor documentation fixesJouke Witteveen6-16/+17
2015-01-12Add support for keys to tunnel connectionsAnthony Ruhier1-3/+6
Only relevant for GRE tunneling.
2015-01-12Add policy support to bonding connectionsJouke Witteveen1-0/+1
2014-08-05Code qualityJouke Witteveen1-2/+2
2014-07-27Add a connection type for openvswitch interfacesJouke Witteveen1-0/+5
Open vSwitch support code contributed by: Jonathan Hudson <jh+arch@daria.co.uk>
2014-06-14Typos in docsJouke Witteveen1-1/+1
Somehow, these have gone unnoticed for quite some time.
2014-03-04[macvlan] spelling fixletsThomas Kuther2-2/+2
2014-03-01Add macvlan connection supportJouke Witteveen2-0/+26
2013-10-24Overhaul of ppp connection typesJouke Witteveen1-3/+0
- Refactorization of option file generation - Introduction of optional additional pppd options file specification - Introduction of unit specification option for pppoe connections
2013-07-24Use iproute2 for bridging (FS#36165)Jouke Witteveen1-4/+2
This sheds the dependency on the old bridge-utils (brctl).
2013-05-15Typo in a sample profileJouke Witteveen1-1/+1
2013-04-16Updated man page to include pppoe and mobile_pppRobbie Smith1-7/+0
Removed unnecessary options from example connection.
2013-04-10Changed connections to use underscores.Robbie Smith1-1/+1
2013-04-08Code tidying up. Renamed mobile connection to mobile-ppp.Robbie Smith1-6/+3
Also: - Replaced echos with invocations of cat, where possible. - Fixed PIDFILE to point to the file ppp creates. This ensures the interface can be brought down. - Fixed setting of InterfaceRoot. - Removed vim syntax highlighting from ethernet connection.
2013-04-08Added ppp mobile by porting from netcfg.Robbie Smith1-0/+37
2013-03-02Fix special quoting in examplesJouke Witteveen2-2/+3
2013-02-06Left over updates of example profilesJouke Witteveen3-3/+3
The netmask is mandatory since commit 4a846.
2013-02-01Remove the default IPv4 netmaskJouke Witteveen1-2/+1
A default netmask makes no sense (except possibly /32). Spotted by: Thomas Bächler <thomas@archlinux.org>
2013-01-07Minor update of sample profilesJouke Witteveen12-20/+18
Reduced unnecessary quoting and some rewording.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen17-146/+144
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen2-9/+0
This commit contains the moving of files.
2012-10-15Grammar error in example conf file (FS#31947)Sascha Weaver1-1/+1
"example" is a word starts with a vowel.
2012-09-15IPv6 support for PPPoE connections (FS#31380)Jouke Witteveen1-0/+2
This fixes netcfg's share of FS#31380. Proposed by Gala Dragos.
2012-05-17Fix variable name mix-up in bonding documentation (FS#29918)Jouke Witteveen1-1/+1
BOND_INTERFACES was documented, but SLAVE_INTERFACES was implemented.
2012-02-23Merge remote-tracking branch 'brain0/working'Jouke Witteveen1-0/+31
2011-12-08Add PPPoE connection supportThomas Bächler1-0/+31
2011-08-20bond: add example, fix missing quotes and typoRémy Oudompheng1-0/+9
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-15Add option ESSID_TYPE=hex to support hexadecimal ESSIDs (FS#24333)Rémy Oudompheng1-0/+5
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Merge branch '2.6.x'Rémy Oudompheng1-0/+3
Conflicts: README
2011-08-09examples: add line for IPv6 autoconfiguration to ethernet-staticRémy Oudompheng1-0/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-12Add support for tunnelsKyle Fuller1-0/+11
2011-06-19Add basic tuntap IP configuration capabilitiesRémy Oudompheng1-0/+5
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Rationalize source tree hierarchy.Rémy Oudompheng16-0/+145