Home | History | Annotate | Download | only in padding

Lines Matching refs:DIG

30 echo_i "checking that dig handles padding ($n)"
33 $DIG $DIGOPTS +qr +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1
34 grep "; PAD" dig.out.test$n >/dev/null || ret=1
35 grep "; QUERY SIZE: 128" dig.out.test$n >/dev/null || ret=1
39 echo_i "checking that dig added padding ($n)"
53 $DIG $DIGOPTS +vc +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1
54 grep "; PAD" dig.out.test$n >/dev/null || ret=1
55 grep "rcvd: 128" dig.out.test$n >/dev/null || ret=1
62 $DIG $DIGOPTS +cookie foo.example @10.53.0.2 >dig.out.testc || ret=1
63 cookie=$(getcookie dig.out.testc)
64 $DIG $DIGOPTS +cookie=$cookie +padding=128 foo.example @10.53.0.2 >dig.out.test$n || ret=1
65 grep "; PAD" dig.out.test$n >/dev/null || ret=1
66 grep "rcvd: 128" dig.out.test$n >/dev/null || ret=1
73 $DIG $DIGOPTS +vc foo.example @10.53.0.2 >dig.out.test$n || ret=1
74 grep "; PAD" dig.out.test$n >/dev/null && ret=1
81 $DIG $DIGOPTS +cookie=$cookie foo.example @10.53.0.2 >dig.out.test$n || ret=1
82 grep "; PAD" dig.out.test$n >/dev/null && ret=1
89 $DIG $DIGOPTS +vc +padding=128 -b 10.53.0.8 foo.example @10.53.0.2 >dig.out.test$n || ret=1
90 grep "; PAD" dig.out.test$n >/dev/null && ret=1
101 $DIG $DIGOPTS foo.example @10.53.0.3 >dig.out.test$n || ret=1
119 $DIG $DIGOPTS foo.example @10.53.0.4 >dig.out.test$n || ret=1
133 $DIG $DIGOPTS +qr +ednsopt=12 foo.example @10.53.0.2 >dig.out.test$n.1 || ret=1
134 grep "; PAD" dig.out.test$n.1 >/dev/null || ret=1
135 $DIG $DIGOPTS +qr +ednsopt=12:00 foo.example @10.53.0.2 >dig.out.test$n.2 || ret=1
136 grep "; PAD" dig.out.test$n.2 >/dev/null || ret=1