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
F163208337: D35270.id106244.diff
Tue, Jul 21, 1:54 AM
Unknown Object (File)
Sat, Jul 18, 11:22 AM
Unknown Object (File)
Fri, Jul 17, 2:53 AM
Unknown Object (File)
Sat, Jul 11, 6:15 PM
Unknown Object (File)
Fri, Jul 10, 4:54 PM
Unknown Object (File)
Fri, Jul 3, 4:40 PM
Unknown Object (File)
Thu, Jul 2, 10:50 AM
Unknown Object (File)
Wed, Jul 1, 11:56 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