aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* IPv6 updates (Pekka Savola, <pekkas@netcore.fi>)Bill Nottingham2003-09-031-49/+25
|
* - User lowercase for variable for oldstyle routes, too. ;-)Bill Nottingham2003-08-221-1/+1
| | | | <pknirsch@redhat.com>
* fix use of localBill Nottingham2003-08-201-1/+1
|
* more IPv6 tweaks (<pekkas@netcore.fi>)Bill Nottingham2003-08-182-12/+12
| | | | sort | uniq -> sort -u
* IPv6 updates (<pekkas@netcore.fi>)Bill Nottingham2003-08-154-43/+42
|
* - ifup-routes: pass the interface name to handle_file() so that we don't tryBill Nottingham2003-08-081-3/+3
| | | | to use the routes file's name as an interface name
* fix ethernet device renaming deadlock (yay recursion!) (#101566)Bill Nottingham2003-08-082-2/+31
|
* fix short-circuit (#101445)Bill Nottingham2003-08-011-1/+1
|
* fix itBill Nottingham2003-07-091-2/+2
|
* keys-, not .keysBill Nottingham2003-07-091-2/+2
|
* always add info to /etc/racoon/racoon.confr7-26Bill Nottingham2003-07-031-6/+9
|
* make setkey be quietBill Nottingham2003-07-031-4/+4
|
* remove -xBill Nottingham2003-07-031-1/+1
|
* mention that type is requiredBill Nottingham2003-07-031-0/+1
|
* - nuke RSA support, since we're not doing it right nowBill Nottingham2003-07-031-19/+8
| | | | | - switch md5 -> sha1 - clarify some docs
* fix quoting of peer certfileBill Nottingham2003-07-031-1/+1
|
* set $KEYINGBill Nottingham2003-07-031-0/+33
| | | | do something with racoon on bringing the interface down
* that ';' is important. damned if i know why, i think the parser is buggy.Bill Nottingham2003-07-021-2/+3
| | | | fix quoting of include files.
* first batch of automatic keying fixes. notably, I can't type.Bill Nottingham2003-07-021-18/+23
|
* add ifdown-ipsecBill Nottingham2003-07-021-0/+29
|
* some fixes. i love shell quotingBill Nottingham2003-07-021-20/+28
|
* map ipsec devices to ifup-ipsecBill Nottingham2003-07-021-0/+3
|
* name SPIs something other than 1234Bill Nottingham2003-07-021-9/+9
|
* automatic keying support. not yet tested, either.Bill Nottingham2003-07-021-8/+144
|
* allow different in/out encryption protocols, tooBill Nottingham2003-07-011-8/+8
|
* allow using only AH or ESP, don't require bothBill Nottingham2003-07-011-16/+37
| | | | allow incoming/outgoing keys to be different
* handle new format in old file namesBill Nottingham2003-07-011-20/+27
|
* well, fix parsingBill Nottingham2003-07-011-1/+1
|
* initial stuff. may not work. may not even parse.Bill Nottingham2003-07-011-0/+112
|
* read $CONFIG.keys too... you can put non-world-readable keys here.Bill Nottingham2003-06-301-0/+2
|
* allow default window size for routes to be set with WINDOW=... (#98112)Bill Nottingham2003-06-273-8/+8
|
* support setting device options with ethtool optsBill Nottingham2003-06-271-0/+8
|
* what's an escon?Bill Nottingham2003-06-261-0/+3
|
* more tweaksBill Nottingham2003-06-243-6/+27
| | | | | | | - encapsulate grabing the hw addr into its own function - normalize case of all hwaddrs - if we are passed a device with no config, see if there's a config for that hwaddr
* get rid of an extraneous error messageBill Nottingham2003-06-241-1/+1
|
* support randomly named network devices, part 1Bill Nottingham2003-06-245-22/+37
| | | | | | | - use nameif - determine device type from file first, and from device name as a fallback - ditto for aliases
* fix DNS punching in the case of other rules for the DNS server (#97686, ↵Bill Nottingham2003-06-191-1/+1
| | | | <martin@zepler.org>)
* - make usernetctl use the nickname instead of the device nameBill Nottingham2003-05-285-46/+43
| | | | | | | - don't look in /etc/sysconfig/networking - fix calling of nameif before the device was loaded - clean up route handling (<harald@redhat.com>)
* updated rhgb support (<jrb@redhat.com>)Bill Nottingham2003-05-201-0/+2
|
* some minor cleanupsBill Nottingham2003-05-021-6/+6
|
* kill one extraneous grep (#90001, <samuel@bcgreen.com>)Bill Nottingham2003-05-021-2/+1
|
* - new releaser7-16Florian La Roche2003-04-181-1/+1
|
* revert. chain name change was reverted.Bill Nottingham2003-03-132-7/+7
|
* handle changed chain nameBill Nottingham2003-02-242-7/+7
|
* redhat-config-network writes $NAME.route, not $DEVICE.route. HandleBill Nottingham2003-02-203-3/+11
| | | | that. (#84193)
* We were hardcoding zeroconf routes to eth0. OOOOPS.Bill Nottingham2003-02-191-1/+1
|
* fix nicknames with profiles (#82246)Bill Nottingham2003-02-113-7/+17
| | | | | | - source 'network' file in ifdown, so we get the current profile - change need_config to look in the various profile directories - pass device to usernetctl, as that's what's linked where usernetctl looks
* fix check_device_down (#83780, <pzb@datastacks.com>)Bill Nottingham2003-02-091-2/+5
|
* vlan fixes (<tis@foobar.fi>)Bill Nottingham2003-02-042-13/+15
|
* 802.1Q VLAN support (<tis@foobar.fi>, #82593)r7-05Bill Nottingham2003-01-312-0/+69
|