summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-09-09missing Xc;Jason McIntyre
2018-09-09Shut up a gcc warning about uninitialized use of min & max by adding a defaultClaudio Jeker
2018-09-09use rib_valid() to check if a rib is useable. ok claudio@Sebastian Benoit
2018-09-09Can not allow empty as-set and prefix-set blocks right now. This producesClaudio Jeker
2018-09-09Make switchd(8) ignore PACKET_INs generated from looped traffic. Currently,akoshibe
2018-09-09use TAILQ_CONCAT in filterset_move(). ok claudio@Sebastian Benoit
2018-09-09Remove another optnl. In general we no longer support a newline betweenClaudio Jeker
2018-09-09Bad merge, change a optnl to comma since that is what we want there.Claudio Jeker
2018-09-09Rework the parser a bit to be more sane when it comes to newline and commaClaudio Jeker
2018-09-09Write asset as as_set since the other word is already used in English.Claudio Jeker
2018-09-09sync header line with whats actually in the output.Sebastian Benoit
2018-09-09Make it clear what 'dynamically added' prefixes are.Sebastian Benoit
2018-09-09Clean up prefix flag handling. First of all the dynamic networks no longerClaudio Jeker
2018-09-09Add network prefix-set <name> syntax to announce networks in a prefix-set.Sebastian Benoit
2018-09-09tweak previous;Jason McIntyre
2018-09-09Add initial qcow2 image support.ccardenas
2018-09-08missing Ed;Jason McIntyre
2018-09-08implement or-longer filter op for prefix-sets. Allows one two write rules likeSebastian Benoit
2018-09-08Check for malloc() failures.anton
2018-09-08More BGPD_OPT_NOACTION checking to make regress happier.Claudio Jeker
2018-09-08If BGPD_OPT_NOACTION is set don't check that the rdomain exists.Claudio Jeker
2018-09-08use symbolic integer values for the different tls options when relaying,Eric Faurot
2018-09-08Change the way we parse prefix-sets so that newlines are allowed in moreClaudio Jeker
2018-09-08Fix print_as_sets() a bit.Claudio Jeker
2018-09-07Make host_*() AF-agnostickn
2018-09-07The debug function trie_dump() should use stderr since that does not caseClaudio Jeker
2018-09-07fix badly broken reload of filter rules that use prefix-sets. debuggedSebastian Benoit
2018-09-07Add missing htonl() else matching does not really work.Claudio Jeker
2018-09-07Document the spin CPU state columnsolene
2018-09-07remove unused function find_prefixsetitem(), ok claudio@Sebastian Benoit
2018-09-07Some space fixes mentioned by benno@Claudio Jeker
2018-09-07Implement a fast presix-set lookup. This magic trie is able to match aClaudio Jeker
2018-09-07allow as4number_any in as-sets. Otherwise you cant filter bogon as'es.Sebastian Benoit
2018-09-07Do not send a Content-Length header for 1xx and 204 status codes sinceFlorian Obser
2018-09-07Fix the build after removing an unused af argument from unmask().Kevin Lo
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-09-07Fix "_nfiles" reference for crash dump.YASUOKA Masahiko
2018-09-07tweak previous;Jason McIntyre
2018-09-07When parsing AS numbers set both as_min and as_max to the parsed value.Claudio Jeker
2018-09-07Add a dummy as_set_match() function since it is needed to link util.c now.Claudio Jeker
2018-09-07Implement as-set a fast lookup table to be used instead of long list ofClaudio Jeker
2018-09-06Use getline() for the network bulk code. Also make the parser better byClaudio Jeker
2018-09-05synchronize resolver code with smtpdEric Faurot
2018-09-05Implement most prefixlen operations as OP_RANGE (prefixlen A - B).Claudio Jeker
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2018-09-05rename flagEric Faurot
2018-09-05Adjust after change of struct filter_as.Claudio Jeker
2018-09-05Change the way as_compare() and aspath_match() handle 'neighbor-as'. InsteadClaudio Jeker
2018-09-05Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jpYASUOKA Masahiko
2018-09-05rename token to match naming conventionGilles Chehade