X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpackets.c;h=a8208f5986f89504e5502cfbca113e89e552ae96;hb=c93f9a78c349dee759524861a6e80694675283fc;hp=35829fca80d69a01e52ac9e744c570c5f6a33f0c;hpb=05be4e2c6af8ce22bd262820bc951c9408a6de3d;p=sliver-openvswitch.git diff --git a/lib/packets.c b/lib/packets.c index 35829fca8..a8208f598 100644 --- a/lib/packets.c +++ b/lib/packets.c @@ -62,6 +62,30 @@ eth_addr_is_reserved(const uint8_t ea[ETH_ADDR_LEN]) {0x01, 0x08, 0xc2, 0x00, 0x00, 0x00}, {0xff, 0xff, 0xff, 0xff, 0xff, 0xf0}}, + { /* VRRP IPv4. */ + {0x00, 0x00, 0x5e, 0x00, 0x01, 0x00}, + {0xff, 0xff, 0xff, 0xff, 0xff, 0x00}}, + + { /* VRRP IPv6. */ + {0x00, 0x00, 0x5e, 0x00, 0x02, 0x00}, + {0xff, 0xff, 0xff, 0xff, 0xff, 0x00}}, + + { /* HSRPv1. */ + {0x00, 0x00, 0x0c, 0x07, 0xac, 0x00}, + {0xff, 0xff, 0xff, 0xff, 0xff, 0x00}}, + + { /* HSRPv2. */ + {0x00, 0x00, 0x0c, 0x9f, 0xf0, 0x00}, + {0xff, 0xff, 0xff, 0xff, 0xf0, 0x00}}, + + { /* GLBP. */ + {0x00, 0x07, 0xb4, 0x00, 0x00, 0x00}, + {0xff, 0xff, 0xff, 0x00, 0x00, 0x00}}, + + { /* Extreme Discovery Protocol. */ + {0x00, 0xE0, 0x2B, 0x00, 0x00, 0x00}, + {0xff, 0xff, 0xff, 0xff, 0xf0, 0x00}}, + { /* Cisco Inter Switch Link. */ {0x01, 0x00, 0x0c, 0x00, 0x00, 0x00}, {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}},