HomeSort by: relevance | last modified time | path
    Searched refs:ns2 (Results 1 - 25 of 169) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
Makefile 2 dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-svk.dtb
3 dtb-$(CONFIG_ARCH_BCM_IPROC) += ns2-xmc.dtb
  /src/external/mpl/bind/dist/bin/tests/system/runtime/
setup.sh 16 mkdir ns2/nope
17 chmod 555 ns2/nope
tests.sh 74 [ -s ns2/named.pid ] || ret=1
75 grep "unable to listen on any configured interface" ns2/named.run >/dev/null && ret=1
76 grep "another named process" ns2/named.run >/dev/null && ret=1
83 cp ns2/named2.conf ns2/named.conf
87 grep "[^-]directory './nope' is not writable" ns2/named.run >/dev/null 2>&1 || ret=1
94 cp ns2/named3.conf ns2/named.conf
98 grep "managed-keys-directory './nope' is not writable" ns2/named.run >/dev/null 2>&1 || ret=1
105 cp ns2/named4.conf ns2/named.con
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/notify/
setup.sh 16 cp -f ns2/example1.db ns2/example.db
17 cp -f ns2/generic.db ns2/x21.db
  /src/external/mpl/bind/dist/bin/tests/system/stress/
setup.sh 17 cp ns2/zone.template.db ns2/zone000000.example.db
18 cp ns2/zone.template.db ns2/zone000001.example.db
19 cp ns2/zone.template.db ns2/zone000002.example.db
20 cp ns2/zone.template.db ns2/zone000003.example.db
21 cp ns2/zone.template.db ns2/zone000004.example.d
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/
setup.sh 17 cp ns2/example.db.in ns2/example${i}.db
18 echo "@ IN TXT \"$i\"" >>ns2/example$i.db
tests.sh 50 $DIG $DIGOPTS txt example -b 10.53.0.$i >dig.out.ns2.test$n.$i || lret=1
51 j=$(cat dig.out.ns2.test$n.$i | tr -d '"')
65 $DIG $DIGOPTS6 txt example -b fd92:7065:b8e:ffff::$i >dig.out.ns2.test$n.$i || lret=1
66 j=$(cat dig.out.ns2.test$n.$i | tr -d '"')
78 cp ns2/named2.conf ns2/named.conf
79 $CHECKCONF ns2/named.conf | cat_i
80 rndc_reload ns2 10.53.0.2
88 $DIG $DIGOPTS txt example -b 10.53.0.$i >dig.out.ns2.test$n.$i || lret=1
89 j=$(cat dig.out.ns2.test$n.$i | tr -d '"'
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/chain/
setup.sh 16 cd ns2
  /src/external/mpl/bind/dist/bin/tests/system/padding/
setup.sh 16 touch ns2/named.stats
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
setup.sh 17 (cd ns2 && $SHELL sign.sh)
  /src/external/mpl/bind/dist/bin/tests/system/addzone/
setup.sh 17 cp -f ns2/redirect.db.1 ns2/redirect.db
20 cp -f ns2/default.nzf.in ns2/3bf305731dd26307.nzf
21 mkdir ns2/new-zones
tests.sh 32 $DIG $DIGOPTS @10.53.0.2 a.normal.example a >dig.out.ns2.$n || ret=1
33 grep 'status: NOERROR' dig.out.ns2.$n >/dev/null || ret=1
34 grep '^a.normal.example' dig.out.ns2.$n >/dev/null || ret=1
43 $DIG $DIGOPTS @10.53.0.2 a.previous.example a >dig.out.ns2.$n || ret=1
44 grep 'status: NOERROR' dig.out.ns2.$n >/dev/null || ret=1
45 grep '^a.previous.example' dig.out.ns2.$n >/dev/null || ret=1
52 [ -e ns2/3bf305731dd26307.nzf~ ] || ret=1
60 $RNDCCMD 10.53.0.2 addzone 'added.example { type primary; file "added.db"; };' 2>&1 | sed 's/^/I:ns2 /'
62 $DIG $DIGOPTS @10.53.0.2 a.added.example a >dig.out.ns2.$n \
63 && grep 'status: NOERROR' dig.out.ns2.$n >/dev/null
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/redirect/
setup.sh 16 cp ns2/redirect.db.in ns2/redirect.db
17 cp ns2/example.db.in ns2/example.db
  /src/external/mpl/bind/dist/bin/tests/system/views/
setup.sh 19 cp -f ns2/example1.db ns2/example.db
25 $KEYGEN -K ns2/internal -a ${DEFAULT_ALGORITHM} -q inline >/dev/null 2>&1
26 $KEYGEN -K ns2/internal -a ${DEFAULT_ALGORITHM} -qfk inline >/dev/null 2>&1
27 k1=$($KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -q inline 2>/dev/null)
28 k2=$($KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -qfk inline 2>/dev/null)
29 $KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -q inline >/dev/null 2>&1
30 $KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -qfk inline >/dev/null 2>&1
31 test -n "$k1" && rm -f ns2/external/"$k1".*
32 test -n "$k2" && rm -f ns2/external/"$k2".
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns5/
setup.sh 20 ns2 ns2-4 ns2-4-5 ns2-4-6 ns2-5-7 \
31 # Copy key to ns2, the other primary.
32 echo "${CSK}" >"../ns2/${zn}.keyname"
33 cp "${CSK}.key" ../ns2/
34 cp "${CSK}.private" ../ns2/
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns2/
setup.sh 17 echo_i "ns2/setup.sh"
20 ns2 ns2-4 ns2-4-5 ns2-4-6 ns2-5-7 \
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
setup.sh 28 echo "\$TTL 60" >ns2/db.max$i.local
29 echo "@ IN SOA root.ns ns 1996072700 3600 1800 86400 60" >>ns2/db.max$i.local
30 echo " NS ns" >>ns2/db.max$i.local
31 echo "ns A 127.0.0.1" >>ns2/db.max$i.local
35 echo "name$j A 10.53.0.$i" >>ns2/db.max$i.local
  /src/external/mpl/bind/dist/bin/tests/system/mirror/
setup.sh 18 cat ns2/verify-axfr.db.bad.signed >ns2/verify-axfr.db.signed
19 cat ns2/verify-load.db.bad.signed >ns3/verify-load.db.mirror
  /src/external/mpl/bind/dist/bin/tests/system/acl/
setup.sh 16 $SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 2 3 >ns2/example.db
17 $SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 2 3 >ns2/tsigzone.db
  /src/external/mpl/bind/dist/bin/tests/system/allow-query/
tests.sh 51 # using multiple instances (ns2 as primary, ns3 as secondary, ns4 as stub)
64 nextpart ns2/named.run >/dev/null
70 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a >dig.out.ns2.$n || ret=1
71 grep 'status: NOERROR' dig.out.ns2.$n >/dev/null || ret=1
72 grep '^a.normal.example' dig.out.ns2.$n >/dev/null || ret=1
78 cp ns2/named02.conf ns2/named.conf
79 rndc_reload ns2 10.53.0.2
83 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 a.normal.example a >dig.out.ns2.$n || ret=1
84 grep 'status: NOERROR' dig.out.ns2.$n >/dev/null || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/camp/
setup.sh 25 cd ns2
  /src/external/mpl/bind/dist/bin/tests/system/eddsa/
setup.sh 23 cd ns2
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/
setup.sh 20 cd ns2
  /src/external/mpl/bind/dist/bin/tests/system/zero/
setup.sh 16 $SHELL ${TOP_SRCDIR}/bin/tests/system/genzone.sh 2 4 | sed -e 's/^$TTL 3600$/$TTL 0 ; force TTL to zero/' -e 's/86400.IN SOA/0 SOA/' >ns2/example.db
  /src/external/mpl/bind/dist/bin/tests/system/dns64/
tests.sh 47 $DIG $DIGOPTS aaaa-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
48 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1
49 grep "2001::2" dig.out.ns2.test$n >/dev/null || ret=1
56 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
57 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1
58 grep "ANSWER: 0," dig.out.ns2.test$n >/dev/null || ret=1
65 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=1
66 grep "status: NOERROR" dig.out.ns2.test$n >/dev/null || ret=1
67 grep "ANSWER: 0," dig.out.ns2.test$n >/dev/null || ret=1
74 $DIG $DIGOPTS excluded-good-a.example. @10.53.0.2 -b 10.53.0.2 aaaa >dig.out.ns2.test$n || ret=
    [all...]

Completed in 44 milliseconds

1 2 3 4 5 6 7