diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-24 16:22:34 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-24 16:22:34 +0000 |
commit | 9ec3192bcdc9cfdb64f97efef43008633ef9603e (patch) | |
tree | e9487059a089052d56a0103c377ab0b7ad400b3b /sysconfig.txt | |
parent | 2cb398321921a4a3ca739407d246204adfc86c46 (diff) | |
download | initscripts-9ec3192bcdc9cfdb64f97efef43008633ef9603e.tar initscripts-9ec3192bcdc9cfdb64f97efef43008633ef9603e.tar.gz initscripts-9ec3192bcdc9cfdb64f97efef43008633ef9603e.tar.bz2 initscripts-9ec3192bcdc9cfdb64f97efef43008633ef9603e.tar.xz initscripts-9ec3192bcdc9cfdb64f97efef43008633ef9603e.zip |
add a comment about PROMISC and ALLMULTI being deprecated
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 7950e2e7..e93a3ebd 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -504,8 +504,11 @@ Files in /etc/sysconfig/network-scripts/ Managed from /etc/sysconfig/network-scripts/ifup-ipx ARP=yes|no (adds 'arp' flag to ifconfig, for use with the ethertap device) - PROMISC=yes|no (enable or disable promiscuous mode) - ALLMULTI=yes|no (enable or disable all-multicast mode) + Deprecated: + PROMISC=yes|no (enable or disable promiscuous mode) + ALLMULTI=yes|no (enable or disable all-multicast mode) + + To properly set these, use the packet socket interface. PPP/SLIP items: PERSIST=yes|no |