Page MenuHomeFreeBSD

bsdinstall netconfig_ipv6: replace dialog(1) with bsddialog(1)
ClosedPublic

Authored by asiciliano on May 20 2022, 12:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 30, 2:58 AM
Unknown Object (File)
Mar 2 2024, 10:42 PM
Unknown Object (File)
Jan 13 2024, 11:09 AM
Unknown Object (File)
Dec 20 2023, 3:49 AM
Unknown Object (File)
Dec 16 2023, 3:33 AM
Unknown Object (File)
Dec 10 2023, 7:06 PM
Unknown Object (File)
Nov 5 2023, 11:07 AM
Unknown Object (File)
Oct 4 2023, 10:03 AM
Subscribers

Details

Summary

Replace dialog(1) with bsddialog(1).

Test Plan
% sh ./netconfig_Ipv6


                  ┌─────────┤Network Configuration├─────────┐
                  │ Would you like to try stateless address │  
                  │ autoconfiguration (SLAAC)?              │  
                  ├─────────────────────────────────────────┤  
                  │           [ Yes  ]   [  No  ]           │  
                  └─────────────────────────────────────────┘  
                                                               



     ┌──────────────────────┤Network Configuration├──────────────────────┐
     │ Static IPv6 Network Interface Configuration                       │  
     │┌─────────────────────────────────────────────────────────────────┐│  
     ││IPv6 Address   xxx                                               ││  
     ││Default Router yyy                                               ││  
     ││                                                                 ││  
     │└─────────────────────────────────────────────────────────────────┘│  
     ├───────────────────────────────────────────────────────────────────┤  
     │                        [  OK  ]   [Cancel]                        │  
     └───────────────────────────────────────────────────────────────────┘  
                                                                            

xxx DefaultRouter yyy

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable