es.tid.bgp.bgp4.update.fields.pathAttributes.AFICodes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-protocols Show documentation
Show all versions of network-protocols Show documentation
BGP-LS,OSPF-TE,PCEP and RSVP-TE protocol encodings.
The newest version!
package es.tid.bgp.bgp4.update.fields.pathAttributes;
//http://www.iana.org/assignments/address-family-numbers/address-family-numbers.xml
public class AFICodes {
public static final int AFI_BGP_LS=16388;
}