Ignore:
Timestamp:
02/08/2015 06:17:24 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ad6b72b
Parents:
1e4a180
Message:

Update ifup and ipv4-static to better support multiple IP addresses
on an interface.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/sbin/ifup.8

    r1e4a180 rf42cce0  
    4747
    4848                ONBOOT=no
    49                 IFACE=eth0:2
     49                IFACE=eth0
     50                LABEL=eth0:2
    5051                SERVICE=dhcpcd
    5152         
     
    123124                     specified, is 24.
    124125       
     126         LABEL     - The label to be assigned to the interface. 
     127                     This is normally specified for assigning
     128                     additional IP addresses to a network
     129                     device.  Example: eth0:2 (optional)
     130       
    125131         BROADCAST - The brodcast address for this interface,
    126132                     e.g 192.168.1.255.  If not specified,
     
    177183       ip(8).
    178184
    179 IFUP/IFDOWN                   8 April 2012                 ifup(8)
     185IFUP/IFDOWN                   8 February 2015                    ifup(8)
Note: See TracChangeset for help on using the changeset viewer.