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)
Sun, Mar 29, 11:51 AM
Unknown Object (File)
Sun, Mar 29, 4:27 AM
Unknown Object (File)
Fri, Mar 20, 6:43 AM
Unknown Object (File)
Tue, Mar 17, 1:24 PM
Unknown Object (File)
Tue, Mar 17, 1:23 PM
Unknown Object (File)
Wed, Mar 11, 1:48 PM
Unknown Object (File)
Wed, Mar 11, 12:59 AM
Unknown Object (File)
Mar 2 2026, 10:32 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