index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.am
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-17
vrrpd: minor cosmetic fix for sh vrrp
Quentin Young
1
-1
/
+1
2019-05-17
vrrpd: set sockets to -1 after closing
Quentin Young
1
-2
/
+6
2019-05-17
vrrpd: fix missing \n in cli
Quentin Young
1
-1
/
+1
2019-05-17
vrrpd: autoconfig support, continued
Quentin Young
4
-70
/
+377
2019-05-17
vrrpd: allow creation of adverts with no addresses
Quentin Young
1
-2
/
+7
2019-05-17
vrrpd: ingress pkt validation dbg cleanups
Quentin Young
1
-7
/
+7
2019-05-17
vrrpd: don't restart when changing priority
Quentin Young
2
-31
/
+0
2019-05-17
vrrpd: properly find iface in manual cfg mode
Quentin Young
1
-5
/
+4
2019-05-17
vrrpd: autoconfig support
Quentin Young
7
-8
/
+139
2019-05-17
vrrpd: add cli for preempt mode
Quentin Young
1
-0
/
+20
2019-05-17
vrrpd: specify version when parsing vrrp packet
Quentin Young
3
-15
/
+26
2019-05-17
vrrpd: fix skew time calculation
Quentin Young
1
-2
/
+2
2019-05-17
vrrpd: protodown macvlan in backup state
Quentin Young
10
-1
/
+110
2019-05-17
vrrpd: add support for VRRPv2
Quentin Young
4
-20
/
+77
2019-05-17
vrrpd: better logging for advertisement rx
Quentin Young
1
-1
/
+17
2019-05-17
vrrpd: use ipaddr size macro
Quentin Young
2
-10
/
+4
2019-05-17
lib: add sizing macro to ipaddr.h
Quentin Young
1
-0
/
+3
2019-05-17
vrrpd: use address cmp for priority tiebreak
Quentin Young
1
-6
/
+27
2019-05-17
vrrpd: check rx'd advertisement checksum
Quentin Young
3
-9
/
+30
2019-05-17
vrrpd: cleanup vrrp packet crafting code
Quentin Young
3
-45
/
+87
2019-05-17
vrrpd: use correct mtypes
Quentin Young
4
-11
/
+23
2019-05-17
vrrpd: handle address deletion, don't accept dupes
Quentin Young
3
-55
/
+240
2019-05-17
vrrpd: same VRID, different interface
Quentin Young
3
-24
/
+43
2019-05-17
vrrpd: fix headers
Quentin Young
15
-78
/
+87
2019-05-17
vrrpd: improve show vrrp
Quentin Young
1
-14
/
+20
2019-05-17
vrrpd: send ND Router Advertisements
Quentin Young
4
-3
/
+19
2019-05-17
vrrpd: send ICMPv6 Neighbor Advertisements
Quentin Young
4
-0
/
+314
2019-05-17
lib: add function to get iface link-local
Quentin Young
2
-0
/
+14
2019-05-17
vrrpd: allow searching for interfaces late
Quentin Young
1
-17
/
+34
2019-05-17
vrrpd: implement `no` variants of commands
Quentin Young
3
-16
/
+48
2019-05-17
vrrpd: unset active flag on shutdown
Quentin Young
1
-0
/
+2
2019-05-17
vrrpd: fix priority setting
Quentin Young
2
-2
/
+4
2019-05-17
vrrpd: disable multicast loopback
Quentin Young
1
-0
/
+6
2019-05-17
vrrpd: remove bad priority check
Quentin Young
1
-4
/
+0
2019-05-17
vrrpd: fix a few bad XFREEs
Quentin Young
1
-3
/
+2
2019-05-17
vrrpd: compute VRRPv3 checksum
Quentin Young
4
-10
/
+33
2019-05-17
lib: add internet checksum with pseudoheaders
Quentin Young
2
-1
/
+44
2019-05-17
vrrpd: bind sockets to interfaces
Quentin Young
1
-14
/
+92
2019-05-17
vrrpd: fix ownership discovery and mcast OIF
Quentin Young
1
-43
/
+73
2019-05-17
vrrpd: transition to master when adv timer expires
Quentin Young
1
-0
/
+8
2019-05-17
vrrpd: handle incoming advertisements
Quentin Young
2
-1
/
+127
2019-05-17
vrrpd: add initial macvlan support
Quentin Young
6
-36
/
+244
2019-05-17
vrrpd: fix memleak when sending advertisements
Quentin Young
1
-0
/
+2
2019-05-17
vrrpd: read and validate vrrp advertisements
Quentin Young
4
-44
/
+379
2019-05-17
vrrpd: ipv6 support
Quentin Young
9
-299
/
+474
2019-05-17
vrrpd: elect self to Master when owning v4 address
Quentin Young
2
-11
/
+65
2019-05-17
vrrpd: handle rescheduling Adver_Timer, Shutdown
Quentin Young
1
-8
/
+35
2019-05-17
vrrpd: improve logging
Quentin Young
4
-37
/
+68
2019-05-17
vrrpd: implement advertisement send
Quentin Young
1
-0
/
+24
2019-05-17
vrrpd: fix packet encode
Quentin Young
2
-31
/
+77
[next]