This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/14799] New: RES_OPTIONS cannot disabled options enabled in /etc/resolv.conf


http://sourceware.org/bugzilla/show_bug.cgi?id=14799

             Bug #: 14799
           Summary: RES_OPTIONS cannot disabled options enabled in
                    /etc/resolv.conf
           Product: glibc
           Version: 2.16
            Status: NEW
          Severity: minor
          Priority: P2
         Component: network
        AssignedTo: unassigned@sourceware.org
        ReportedBy: simohe@besonet.ch
    Classification: Unclassified


The only option existing opositive and negative is [no-]ip6-dotint. Other
options can not be disabled on the command line when they are set in
/etc/resolv.conf.

example:
 when options inet6 is set in /etc/resolv.conf I can not disable it by calling
 RES_OPTIONS=no-inet6 commandNotSupportingInet6

please add the opposite of the following options:
 inet6
 ip6-bytestring
 rotate
 no-check-names
 edns0
 single-request-reopen
 single-request
 no_tld_query
 no-tld-query
 use-vc
and maybe also for
 debug


Checked in res_init.c in version of checkin
ad8ac1bd6a3db5becaf1dc20394f6e682d7828cc

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]