aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* libnetlink: introduce rtnl_listen_filter_tNicolas Dichtel2015-05-211-0/+1
| | | | | | There is no functional change with this commit. It only prepares the next one. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
* Use one func to print timestamp from nlmsgVadim Kochan2015-01-131-12/+2
| | | | Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
* Add define for nlmsg_types with timestampVadim Kochan2015-01-131-3/+1
| | | | | | Add #define for nlmsg_type = 15 Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
* iproute2: bridge: Close file with bridge monitor filePetr Písař2013-09-301-1/+4
| | | | | | | | The `bridge monitor file FILENAME' reads dumped netlink messages from a file. But it forgot to close the file after using it. This patch fixes it. Signed-off-by: Petr Písař <ppisar@redhat.com>
* ip: make local functions staticStephen Hemminger2013-02-121-2/+2
|
* iproute2: update usage info of bridge monitorCong Wang2012-12-141-1/+1
| | | | | Cc: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Cong Wang <amwang@redhat.com>
* iproute2: add support to monitor mdb entries tooCong Wang2012-12-121-0/+14
| | | | | | | | This patch implements `bridge monitor mdb`. Cc: Stephen Hemminger <shemminger@vyatta.com> Cc: Thomas Graf <tgraf@suug.ch> Signed-off-by: Cong Wang <amwang@redhat.com>
* bridge: remove trailing whitespaceStephen Hemminger2012-10-291-1/+1
|
* Correct the bridge command name in help messagesChris Webb2012-08-161-3/+3
| | | | | | | | The bridge command used to be called br but was renamed bridge. Correct the outdated references to the br name in the help messages, together with a typo of '-help' for 'help'. Signed-off-by: Chris Webb <chris@arachsys.com>
* Add bridge commandStephen Hemminger2012-08-011-0/+138
New tool to allow manipulating forwarding entries and monitoring bridge events.