Age | Commit message (Expand) | Author |
2016-12-27 | If syslogd was started with a relative path, the program could not | Alexander Bluhm |
2016-12-27 | Replace struct rroute with struct kroute, as done in ospfd | Jeremie Courreges-Anglas |
2016-12-27 | struct rroute has been removed, rename variables. | Jeremie Courreges-Anglas |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas |
2016-12-25 | Add some {}'s to eliminate "ambiguous else" warnings from gcc. | Kenneth R Westerback |
2016-12-25 | Regenerate with -current rpcgen, eliminating "unused variable 'i'" | Kenneth R Westerback |
2016-12-24 | Print metric and type for "redistribute" in ospf6d -v. | Jeremie Courreges-Anglas |
2016-12-23 | When the kernel message buffer overflows, a message is printed by | Alexander Bluhm |
2016-12-23 | Support p2p links where endpoints aren't in the same subnet. | Jeremie Courreges-Anglas |
2016-12-23 | Replace the archaic n_time data type with u_int32_t. This also allows the | Lawrence Teo |
2016-12-22 | Also print the mtu in detailed interface info. | Jeremie Courreges-Anglas |
2016-12-22 | Let rde and ospfe know about all IFINFO messages (eg an interface MTU change). | Jeremie Courreges-Anglas |
2016-12-22 | Don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-22 | Don't convert endianess for flow-mod command field, it is a 8 bit field. | Rafael Zalamena |
2016-12-22 | Learn remote switch flow tables properties to find out where to install | Rafael Zalamena |
2016-12-21 | For IFINFO msgs, don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-21 | When receiving an IFINFO message, also update the MTU of the interface | Jeremie Courreges-Anglas |
2016-12-21 | rework the end text somewhat so that the informatiom pertaining to -m | Jason McIntyre |
2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. | Kenneth R Westerback |
2016-12-20 | Explain what the trailing '*' in command names output by sa(8) mean. | Vadim Zhukov |
2016-12-20 | Add the u-boot arm64 architecture number and map it to "aarch64" to | Jonathan Gray |
2016-12-19 | In parse_header() not all of the bgp message may be in the buffer yet so | Claudio Jeker |
2016-12-18 | Correct logic, make it the same as in the other mrt_dump_bgp_msg case. | Claudio Jeker |
2016-12-18 | Remove duplicated lines of code introduced in my previous tcpdump commit. | Stefan Sperling |
2016-12-18 | Make tcpdump show "11n" for a channel which is used in 11n mode. | Stefan Sperling |
2016-12-18 | Nuke more unused variables. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | Nuke unused variable and some extra whitespace. | Kenneth R Westerback |
2016-12-16 | Add dhcrelay(8) command-line option for replacing Relay Agent Information | Rafael Zalamena |
2016-12-14 | Allow to start disabled and pre-configured VMs by name, "vmctl start foo". | Reyk Floeter |
2016-12-14 | Sync extern decl of eproto_db with what's in libpcap. | Jeremie Courreges-Anglas |
2016-12-14 | Allow a guest to reboot by reinitializing its state and booting again. | Reyk Floeter |
2016-12-14 | Remove a resource leak by closing the socket in all error cases. | Ricardo Mestre |
2016-12-14 | If a VM terminates with the result EAGAIN, close all fds except the | Reyk Floeter |
2016-12-13 | Unbreak the dhcrelay(8) support to run on enc(4) interfaces. | Rafael Zalamena |
2016-12-13 | Unbreak the insertion of Relay Agent Information on layer 3 mode when | Rafael Zalamena |
2016-12-13 | Filter DHCP reply messages that were not meant for us by looking at the | Rafael Zalamena |
2016-12-13 | simplify previous; ok reyk | Jason McIntyre |
2016-12-13 | teach tcpdump some more things about gre. | David Gwynne |
2016-12-12 | Implement support for layer 2 relaying and add further Relay Agent | Rafael Zalamena |
2016-12-08 | Clean up function prototypes: use a single struct to hold all address | Rafael Zalamena |
2016-12-08 | Make it possible to install patches even if we don't have all sets installed | Antoine Jacoutot |
2016-12-08 | Simplify get_interfaces function, make it return NULL if we didn't find | Rafael Zalamena |
2016-12-07 | DHCP requests can be relayed through multiple relays. Currently we | Patrick Wildt |
2016-12-07 | If the BROADCAST flag is set on a BOOTREPLY, the RFC specifies that | Patrick Wildt |