X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Ftunnel.h;h=29f592250f99c812c435f226482c24b1ff201e44;hb=c6eab56db47739d73675ff181a03eb1923303284;hp=aa859f6e4d33069f7f15e7dd08252bf1ecbcf342;hpb=e1040c772fbebc3abe9e7222f9c540112c4dca81;p=openvswitch diff --git a/datapath/tunnel.h b/datapath/tunnel.h index aa859f6e..29f59225 100644 --- a/datapath/tunnel.h +++ b/datapath/tunnel.h @@ -192,6 +192,7 @@ int tnl_set_mtu(struct vport *vport, int mtu); int tnl_set_addr(struct vport *vport, const unsigned char *addr); const char *tnl_get_name(const struct vport *vport); const unsigned char *tnl_get_addr(const struct vport *vport); +void tnl_get_config(const struct vport *vport, void *config); int tnl_get_mtu(const struct vport *vport); int tnl_send(struct vport *vport, struct sk_buff *skb); void tnl_rcv(struct vport *vport, struct sk_buff *skb);