Ejemplo n.º 1
0
    def enter(self, tokeniser):
        Section.enter(self, tokeniser)

        self.content[Capability.CODE(Capability.CODE.FOUR_BYTES_ASN)] = True
        self.content[Capability.CODE(Capability.CODE.AIGP)] = False
        self.content[Capability.CODE(Capability.CODE.ADD_PATH)] = 0
        self.content[Capability.CODE(Capability.CODE.OPERATIONAL)] = False
        self.content[Capability.CODE(Capability.CODE.ROUTE_REFRESH)] = False
        self.content[Capability.CODE(Capability.CODE.MULTISESSION)] = False
        self.content[Capability.CODE(Capability.CODE.GRACEFUL_RESTART)] = 0
Ejemplo n.º 2
0
    def enter(self, tokeniser):
        Section.enter(self, tokeniser)

        self.content[Capability.CODE(Capability.CODE.FOUR_BYTES_ASN)] = True
        self.content[Capability.CODE(Capability.CODE.AIGP)] = False
        self.content[Capability.CODE(Capability.CODE.ADD_PATH)] = 0
        self.content[Capability.CODE(Capability.CODE.OPERATIONAL)] = False
        self.content[Capability.CODE(Capability.CODE.ROUTE_REFRESH)] = False
        self.content[Capability.CODE(Capability.CODE.MULTISESSION)] = False
        self.content[Capability.CODE(Capability.CODE.GRACEFUL_RESTART)] = 0
Ejemplo n.º 3
0
 def enter(self, tokeniser):
     Section.enter(self, tokeniser)
Ejemplo n.º 4
0
	def enter (self, tokeniser):
		Section.enter(self,tokeniser)
Ejemplo n.º 5
0
 def enter_show(self, tokeniser):
     Section.enter_anonymous(self, tokeniser)
Ejemplo n.º 6
0
	def enter_show (self, tokeniser):
		Section.enter_anonymous(self,tokeniser)
Ejemplo n.º 7
0
	def enter (self, tokeniser):
		Section.enter(self,tokeniser)
		self.content['encoder'] = 'text'