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