summaryrefslogtreecommitdiff
path: root/sbin/route/route.c
AgeCommit message (Expand)Author
2022-04-10fix various typos in comments and output/log messages.andvar
2020-04-02Add a prog_setsockopt (thanks kre@)christos
2020-03-14route: Enable receive error reporting on the routing socketroy
2020-02-22Avoid undefined behaviorkamil
2020-01-22route: address flags are more useful than interface flags for address msgsroy
2020-01-22route: Decode the correct flags for interface address messagesroy
2019-09-02route(8): Show addres for RTM_LOSINGroy
2019-08-31route(8): show addrs for RTM_MISSroy
2019-08-22route(8): print RTM_CHANGE messagesroy
2018-08-14Resolve every route(4) message type before printing anything more about itroy
2018-03-23Handle the routing socket overflowing gracefully.roy
2017-12-13Use the definitions from the standard header files and replace homebrewchristos
2017-12-13Fix typo in flag name. We should probably just use IFFBITS stringuwe
2017-06-16Support -c <count> option for route monitorozaki-r
2017-03-17Report the PID for the process changing the address.roy
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-01-23no need for <sys/mbuf.h>christos
2016-01-17PR/50671: David Binderman: fix memory leak.christos
2015-03-23Add RTF_BROADCAST to mark routes used for the broadcast address whenroy
2015-02-26Teach route(8) about RTF_LOCAL.roy
2014-12-20MKINET6=no build fixesprlw1
2014-12-17Note that RTM_CHANGE can also change the gatewayroy
2014-11-12PR/47704: Takahiro HAYASHI: Add -L flagchristos
2014-11-07Now that the code can support tags and verbose route printing, enable them.christos
2014-11-06Factor out the netstat route printing code and use it here. There is nochristos
2013-10-19use correct functionchristos
2013-10-19use symbolic flagschristos
2013-10-19use scopeid functionschristos
2013-10-18avoid pointer gymnasticschristos
2013-03-01Retire OSI network stack. OK core@joerg
2012-10-04Fix fallout from 1.129 that converted sou::so_foo from unions touwe
2012-08-08remove useless rump headers.christos
2012-03-17PR/42179: Christoph Badura: Be a little friendlier about missing args.christos
2011-12-26Off by one and clarity improvement from Christian Bierechristos
2011-12-24PR/45661: Henning Petersen: Overlapping buffer in route.c.christos
2011-11-11Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2.gdt
2011-10-07Simplify.joerg
2011-08-29Use __deadjoerg
2011-07-01Fix memset usage.joerg
2011-06-22don't compile tag functions if SMALL is defined. Should fix the buildkefren
2011-06-21Alloc dynamically sockunions in sou.kefren
2011-02-01Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socketmatt
2010-12-13Convert from RUMP_ACTION to RUMPPRG.pooka
2010-11-12Support the new RTM_IFINFO and RTM_CHGADDR messages.roy
2010-11-05adapt to new rumpclient_init() signaturepooka
2010-11-04#ifdef variable correctlypooka
2010-11-04be consistent in what to leave outside of SMALLpooka
2010-11-04Support RUMP_ACTION to compile a rump kernel client.pooka
2010-06-26add MPLS clue - mpls and tag keywordskefren
2010-05-12PR/40455: Mihai Chelaru: Add noreject noblackhole optionschristos